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

2019-10-23 Thread Peng Fan
> 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 > --- > include/configs/mx7ulp_evk.h | 3

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

2019-10-23 Thread Fabio Estevam
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 --- include/configs/mx7ulp_evk.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/mx7ulp_evk.h b/inc