diff mbox series

[U-Boot,v2,2/8] ARM: Odroid XU3: config: Disable SDHCI support in the Odroid XU3

Message ID 20180801124900.28155-3-lukma@denx.de
State Accepted
Delegated to: Minkyu Kang
Headers show
Series ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK | expand

Commit Message

Lukasz Majewski Aug. 1, 2018, 12:48 p.m. UTC
The Exynos5422 is solely using DW MMC IP block to support eMMC/SD devices,
hence the SDHCI code doesn't need to be compiled it.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Anand Moon <linux.amoon@gmail.com>

---

Changes in v2:
- Add tested-by
- Rebase on the newest main line

 configs/odroid-xu3_defconfig | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 5943c19cf9b3..6398c2cd0d6a 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -30,8 +30,6 @@  CONFIG_ADC=y
 CONFIG_ADC_EXYNOS=y
 CONFIG_DFU_MMC=y
 CONFIG_MMC_DW=y
-CONFIG_MMC_SDHCI=y
-CONFIG_MMC_SDHCI_S5P=y
 CONFIG_NETDEVICES=y
 CONFIG_SMC911X=y
 CONFIG_SMC911X_BASE=0x5000000