diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2019-10-08 13:24:29 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2019-11-01 16:45:40 +0300 |
commit | 0da32633ab8fc9c71e994eb4aee3d9ba4395d9b6 (patch) | |
tree | 0f40bf7fbe65e565547004d6d78eeb2416d8d7b1 /configs | |
parent | 9f353ad88a92815958505c54388b5783f46d9d67 (diff) | |
download | u-boot-0da32633ab8fc9c71e994eb4aee3d9ba4395d9b6.zip u-boot-0da32633ab8fc9c71e994eb4aee3d9ba4395d9b6.tar.gz u-boot-0da32633ab8fc9c71e994eb4aee3d9ba4395d9b6.tar.bz2 |
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 <abrodkin@synopsys.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/emsdp_defconfig | 2 | ||||
-rw-r--r-- | configs/iot_devkit_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/emsdp_defconfig b/configs/emsdp_defconfig index 1eca23f..09fe388 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 diff --git a/configs/iot_devkit_defconfig b/configs/iot_devkit_defconfig index 24bbe3f..42278d4 100644 --- a/configs/iot_devkit_defconfig +++ b/configs/iot_devkit_defconfig @@ -29,7 +29,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_USB=y |