[U-Boot] [PATCH v2 8/8] mmc: fsl_esdhc: enable CONFIG_FSL_ESDHC in ls1028ardb config

Yinbo Zhu yinbo.zhu at nxp.com
Thu Sep 12 07:35:21 UTC 2019


This patch is to enable CONFIG_FSL_ESDHC in ls1028ardb config

Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
---
Change in v2:
		for this patch series add this patch to enable
		CONFIG_FSL_ESDHC

 configs/ls1028ardb_tfa_defconfig | 1 +
 include/configs/ls1028a_common.h | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/configs/ls1028ardb_tfa_defconfig b/configs/ls1028ardb_tfa_defconfig
index c15427f12f..0b29bd19f4 100644
--- a/configs/ls1028ardb_tfa_defconfig
+++ b/configs/ls1028ardb_tfa_defconfig
@@ -65,4 +65,5 @@ CONFIG_WDT=y
 CONFIG_WDT_SP805=y
 CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK=y
 CONFIG_MMC_HS200_SUPPORT=y
+CONFIG_FSL_ESDHC=y
 CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h
index 41ce4a054c..140cd63016 100644
--- a/include/configs/ls1028a_common.h
+++ b/include/configs/ls1028a_common.h
@@ -186,7 +186,6 @@
 
 /*  MMC  */
 #ifdef CONFIG_MMC
-#define CONFIG_FSL_ESDHC
 #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
 #endif
 
@@ -200,12 +199,6 @@
 
 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
 
-/*  MMC  */
-#ifdef CONFIG_MMC
-#define CONFIG_FSL_ESDHC
-#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
-#endif
-
 /* I2C bus multiplexer */
 #define I2C_MUX_PCA_ADDR_PRI            0x77 /* Primary Mux*/
 #define I2C_MUX_CH_DEFAULT              0x8
-- 
2.17.1



More information about the U-Boot mailing list