[U-Boot] [PATCH 10/11] evb-ast2500: Enable CONFIG_DM_MMC

Simon Glass sjg at chromium.org
Sat May 11 19:23:55 UTC 2019


This board builds with this option (although it may not work). Enable it
to stave off board removal for a bit.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/evb-ast2500_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
index 7fb52d2732..bf630df565 100644
--- a/configs/evb-ast2500_defconfig
+++ b/configs/evb-ast2500_defconfig
@@ -20,6 +20,7 @@ CONFIG_REGMAP=y
 CONFIG_CLK=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_ASPEED=y
+CONFIG_DM_MMC=y
 CONFIG_PHY_REALTEK=y
 CONFIG_DM_ETH=y
 CONFIG_FTGMAC100=y
-- 
2.21.0.1020.gf2820cf01a-goog



More information about the U-Boot mailing list