From: Fabio Estevam Date: Wed, 23 Oct 2019 14:08:54 +0000 (-0300) Subject: mx7ulp_evk: Remove unneeded SDHC definitions X-Git-Tag: v2020.04-rc1~12^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a44083c0532260657d1871f5732be81d727abf9d;p=oweals%2Fu-boot.git mx7ulp_evk: Remove unneeded SDHC definitions As we use the driver model for ESDHC there is no need for defining CONFIG_SYS_FSL_USDHC_NUM and CONFIG_SYS_FSL_ESDHC_ADDR, so simply remove them. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index cdc1a487c4..f5583054a3 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -18,9 +18,6 @@ #define IRAM_BASE_ADDR OCRAM_0_BASE #define IOMUXC_BASE_ADDR IOMUXC1_RBASE -#define CONFIG_SYS_FSL_USDHC_NUM 1 - -#define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 */ #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */