[PATCH 01/13] configs: imx8mm_evk: drop unused SDHC macro

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Apr 8 05:25:10 CEST 2022


From: Peng Fan <peng.fan at nxp.com>

With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it.
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 include/configs/imx8mm_evk.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h
index 32c937abb0e..e0611126ece 100644
--- a/include/configs/imx8mm_evk.h
+++ b/include/configs/imx8mm_evk.h
@@ -78,11 +78,6 @@
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 					sizeof(CONFIG_SYS_PROMPT) + 16)
 
-/* USDHC */
-
-#define CONFIG_SYS_FSL_USDHC_NUM	2
-#define CONFIG_SYS_FSL_ESDHC_ADDR	0
-
 #define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
 
-- 
2.35.1



More information about the U-Boot mailing list