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

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Apr 15 06:23:32 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

Reviewed-by: Fabio Estevam <festevam at denx.de>
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 23467f599d6..f4b6353ea85 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