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_defconfig | |
parent | 57dbf754e37d3347cad441f3869bf72c0d726a71 (diff) | |
download | u-boot-5b3b4299046c304f6a77d8a2fbd7256250b82db1.tar.gz u-boot-5b3b4299046c304f6a77d8a2fbd7256250b82db1.tar.xz u-boot-5b3b4299046c304f6a77d8a2fbd7256250b82db1.zip |
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_defconfig')
-rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index c30f396e65..8ff918c0ba 100644 --- a/configs/da850evm_defconfig +++ b/configs/da850evm_defconfig @@ -24,6 +24,7 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot > " CONFIG_CRC32_VERIFY=y # CONFIG_CMD_EEPROM is not set +CONFIG_CMD_DM=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_GPT is not set # CONFIG_CMD_PART is not set |