diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-09 08:50:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 08:07:27 -0400 |
commit | 5b3b4299046c304f6a77d8a2fbd7256250b82db1 (patch) | |
tree | f582ca77eb4d3ff53e8aa9b9d94b4a335ce78a52 /configs/da850evm_direct_nor_defconfig | |
parent | 57dbf754e37d3347cad441f3869bf72c0d726a71 (diff) |
ARM: da850evm: Enable CMD_DM for da850evm
With DM enabled, this patch enables the 'dm' command to access
the dm tree, uclass and devres.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_direct_nor_defconfig')
-rw-r--r-- | configs/da850evm_direct_nor_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index 4039d0ee59..c4b214dd09 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -21,6 +21,7 @@ CONFIG_SYS_PROMPT="U-Boot > " CONFIG_CMD_IMLS=y CONFIG_CRC32_VERIFY=y # CONFIG_CMD_EEPROM is not set +CONFIG_CMD_DM=y # CONFIG_CMD_GPIO is not set # CONFIG_CMD_GPT is not set # CONFIG_CMD_MMC is not set |