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: v2025.01-rc5-pxa1908~1444^2~22 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=228e947fa49ea3a33da4570a30e380a9c37a1870;p=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 b679d13dc0..2552fc0222 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 */