[U-Boot] [PATCH v8 15/23] configs: imx6qdl: Enable CONFIG_DM_MMC_OPS if DM_MMC

Jagan Teki jteki at openedev.com
Mon Oct 24 13:57:34 CEST 2016


From: Jagan Teki <jagan at amarulasolutions.com>

Enable CONFIG_DM_MMC_OPS only when DM_MMC enabled,
this changes as per the commit
"dm: mmc: Enable DM_MMC_OPS by default with DM_MMC"
(sha1: 252788b4eda852e0195e1903e55480b4bf4fea9d)

Cc: Peng Fan <peng.fan at nxp.com>
Cc: Stefano Babic <sbabic at denx.de>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
 configs/imx6qdl_icore_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig
index b1d59d1..fcf4934 100644
--- a/configs/imx6qdl_icore_mmc_defconfig
+++ b/configs/imx6qdl_icore_mmc_defconfig
@@ -14,6 +14,7 @@ CONFIG_AUTO_COMPLETE=y
 CONFIG_SYS_MAXARGS=32
 # CONFIG_CMD_IMLS is not set
 # CONFIG_BLK is not set
+# CONFIG_DM_MMC_OPS is not set
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MII=y
-- 
2.7.4



More information about the U-Boot mailing list