[U-Boot] [PATCH 11/11] vf610twr/_nand: Enable CONFIG_DM_MMC
Simon Glass
sjg at chromium.org
Sat May 11 19:23:56 UTC 2019
These board build with this option (but may not work). Enable it to stave
off board removal for a bit.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/vf610twr_defconfig | 1 +
configs/vf610twr_nand_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig
index 24f8243300..ec7a940e46 100644
--- a/configs/vf610twr_defconfig
+++ b/configs/vf610twr_defconfig
@@ -32,6 +32,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_VYBRID_GPIO=y
+CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_NAND_VF610_NFC=y
CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig
index 4dc8b82e6a..68dde0f121 100644
--- a/configs/vf610twr_nand_defconfig
+++ b/configs/vf610twr_nand_defconfig
@@ -41,3 +41,4 @@ CONFIG_MII=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
# CONFIG_EFI_LOADER is not set
+CONFIG_DM_MMC=y
--
2.21.0.1020.gf2820cf01a-goog
More information about the U-Boot
mailing list