[PATCH 03/13] configs: imx8mn_evk: drop unused SDHC macro

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Apr 8 05:25:12 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/imx8mn_evk.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/imx8mn_evk.h b/include/configs/imx8mn_evk.h
index 142fc3e4fff..f969314d6b2 100644
--- a/include/configs/imx8mn_evk.h
+++ b/include/configs/imx8mn_evk.h
@@ -77,9 +77,4 @@
 #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
-
 #endif
-- 
2.35.1



More information about the U-Boot mailing list