From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joris Offouga Date: Wed, 23 Oct 2019 19:49:44 +0200 Subject: [U-Boot] [PATCH 1/2] warp7: Remove CONFIG_SYS_FSL_ESDHC_ADDR In-Reply-To: <20191023142031.32321-1-festevam@gmail.com> References: <20191023142031.32321-1-festevam@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Fabio, Le 23/10/2019 à 16:20, Fabio Estevam a écrit : > warp7 uses the driver model and it retrieves the ESDHC > base address from device tree. > > Remove the unneeded CONFIG_SYS_FSL_ESDHC_ADDR definition. > > Signed-off-by: Fabio Estevam > --- > include/configs/warp7.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/configs/warp7.h b/include/configs/warp7.h > index 73541fe176..9c6ee6997f 100644 > --- a/include/configs/warp7.h > +++ b/include/configs/warp7.h > @@ -17,7 +17,6 @@ > #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) > > /* MMC Config*/ > -#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR > #define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE > #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 > Reviewed-by: Joris Offouga Tested-by: Joris Offouga Best regards, Joris Offouga