diff mbox series

[V2,04/12] configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM

Message ID 20220415042416.23611-5-peng.fan@oss.nxp.com
State Accepted
Commit 228e947fa49ea3a33da4570a30e380a9c37a1870
Delegated to: Stefano Babic
Headers show
Series configs: clean up SDHC marco and MMCROOT | expand

Commit Message

Peng Fan (OSS) April 15, 2022, 4:23 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

With DM_MMC, CONFIG_SYS_FSL_USDHC_NUM is not needed.

Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 include/configs/mx6sxsabresd.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Stefano Babic April 22, 2022, 8:46 a.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> With DM_MMC, CONFIG_SYS_FSL_USDHC_NUM is not needed.
> Reviewed-by: Fabio Estevam <festevam@denx.de>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index b679d13dc04..2552fc0222e 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -149,6 +149,4 @@ 
 #endif
 #endif
 
-#define CONFIG_SYS_FSL_USDHC_NUM	3
-
 #endif				/* __CONFIG_H */