From: Peng Fan Date: Fri, 15 Apr 2022 04:23:35 +0000 (+0800) Subject: configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM X-Git-Tag: v2022.07-rc1~12^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228e947fa49ea3a33da4570a30e380a9c37a1870;p=pandora-u-boot.git configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM With DM_MMC, CONFIG_SYS_FSL_USDHC_NUM is not needed. Reviewed-by: Fabio Estevam Signed-off-by: Peng Fan --- 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 */