From 5b3b4299046c304f6a77d8a2fbd7256250b82db1 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 9 Sep 2018 08:50:39 -0500 Subject: 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 --- configs/da850evm_direct_nor_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/da850evm_direct_nor_defconfig') 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 -- cgit v1.2.1