[U-Boot] [PATCH 2/3] mx7ulp_evk: Remove unneeded SDHC definitions

Peng Fan peng.fan at nxp.com
Thu Oct 24 01:10:31 UTC 2019


> Subject: [PATCH 2/3] 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 <festevam at gmail.com>
> ---
>  include/configs/mx7ulp_evk.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
> index 3b02362498..141036310b 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 */

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> --
> 2.17.1



More information about the U-Boot mailing list