diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-05-30 10:03:29 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2017-06-05 11:06:48 +0900 |
commit | 7f3a40cf98f140fd63386d45d6df588aa084137c (patch) | |
tree | 35a30ee13f3e3d355893f0741e76b444570b1912 /configs/s5pc210_universal_defconfig | |
parent | 9c2e2cab9ad9169e337cf397fbed3bafbbb72b74 (diff) | |
download | u-boot-7f3a40cf98f140fd63386d45d6df588aa084137c.tar.gz |
configs: enable the CONFIG_DM_MMC for exynos4 series
Enable the CONFIG_DM_MMC for exynos4 series.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/s5pc210_universal_defconfig')
-rw-r--r-- | configs/s5pc210_universal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig index c342fa96ee..021e6c5102 100644 --- a/configs/s5pc210_universal_defconfig +++ b/configs/s5pc210_universal_defconfig @@ -33,6 +33,7 @@ CONFIG_ISO_PARTITION=y CONFIG_OF_CONTROL=y CONFIG_DFU_MMC=y CONFIG_SYS_I2C_S3C24X0=y +CONFIG_DM_MMC=y CONFIG_MMC_DW=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y |