From 0da32633ab8fc9c71e994eb4aee3d9ba4395d9b6 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Tue, 8 Oct 2019 13:24:29 +0300 Subject: arc: emsdp/iotdk: Switch to DM_MMC Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion to DM MMC. So doing it now. Signed-off-by: Alexey Brodkin --- configs/emsdp_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/emsdp_defconfig') diff --git a/configs/emsdp_defconfig b/configs/emsdp_defconfig index 1eca23fa95..09fe388e58 100644 --- a/configs/emsdp_defconfig +++ b/configs/emsdp_defconfig @@ -24,7 +24,9 @@ CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" # CONFIG_NET is not set CONFIG_DM=y CONFIG_MMC=y +CONFIG_DM_MMC=y CONFIG_MMC_DW=y +CONFIG_MMC_DW_SNPS=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_FS_FAT_MAX_CLUSTSIZE=32768 -- cgit