]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: phycore_imx8mm/p: drop unused SDHC macro
authorPeng Fan <peng.fan@nxp.com>
Fri, 15 Apr 2022 04:23:40 +0000 (12:23 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Apr 2022 12:38:03 +0000 (14:38 +0200)
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>
include/configs/phycore_imx8mm.h
include/configs/phycore_imx8mp.h

index 7438d0a4647d94755804322e332312044ef31cab..528cda0dbe38fe73d0983fe825546c5e985760e8 100644 (file)
@@ -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 */
index 8c5ffeef544eca662db8681bbc098251e6a11627..db530965a2a66dd4476e18a7fe75892c401594da 100644 (file)
@@ -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_IMX8MP_H */