aboutsummaryrefslogtreecommitdiff
path: root/include/configs/phycore_imx8mm.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-04-15 12:23:40 +0800
committerStefano Babic <sbabic@denx.de>2022-04-21 14:38:03 +0200
commitc82622acdf9495e6e2e843df8fbb05456e0158b8 (patch)
treef7c4e994b2bfead75e77893950c14a6b12799590 /include/configs/phycore_imx8mm.h
parentec04c5a9d7a995488826342459cf0250ce891440 (diff)
downloadu-boot-c82622acdf9495e6e2e843df8fbb05456e0158b8.zip
u-boot-c82622acdf9495e6e2e843df8fbb05456e0158b8.tar.gz
u-boot-c82622acdf9495e6e2e843df8fbb05456e0158b8.tar.bz2
configs: phycore_imx8mm/p: drop unused SDHC macro
With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it. CONFIG_SYS_FSL_USDHC_NUM CONFIG_SYS_FSL_ESDHC_ADDR Reviewed-by: Fabio Estevam <festevam@denx.de> Acked-By: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/phycore_imx8mm.h')
-rw-r--r--include/configs/phycore_imx8mm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h
index 7438d0a..528cda0 100644
--- a/include/configs/phycore_imx8mm.h
+++ b/include/configs/phycore_imx8mm.h
@@ -92,8 +92,4 @@
#define CONFIG_SYS_MAXARGS 64
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-/* USDHC */
-#define CONFIG_SYS_FSL_USDHC_NUM 2
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
-
#endif /* __PHYCORE_IMX8MM_H */