aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-04-15 12:23:34 +0800
committerStefano Babic <sbabic@denx.de>2022-04-21 14:38:03 +0200
commit893152f383e10ade4ce3cff913a15caaf7aec26c (patch)
tree3958226a7ce3d72d08b694caec5da72709954937
parent42d56cad6395528e09c00b65643953bad7b9f793 (diff)
downloadu-boot-893152f383e10ade4ce3cff913a15caaf7aec26c.zip
u-boot-893152f383e10ade4ce3cff913a15caaf7aec26c.tar.gz
u-boot-893152f383e10ade4ce3cff913a15caaf7aec26c.tar.bz2
configs: imx8mn_evk: drop unused SDHC macro
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@denx.de> Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--include/configs/imx8mn_evk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/imx8mn_evk.h b/include/configs/imx8mn_evk.h
index 142fc3e..f969314 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