diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-04-04 12:26:47 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-25 17:03:25 +0200 |
commit | 63984abc1d84bdaeb57c0e25127fa9cc948ab7fd (patch) | |
tree | cbe0404a067ff6e007b7ebc4051f68fa4b98559d /include/configs/kp_imx53.h | |
parent | e4b9f5244dcc9ecf37a862fa062f4d5b1a5eccff (diff) | |
download | u-boot-63984abc1d84bdaeb57c0e25127fa9cc948ab7fd.tar.gz |
ARM: Remove non DM/DTS esdhc3 code from HSC|DDC board related files
After switching to DM/DTS support of esdhc3 - the code in this patch
can be removed.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/kp_imx53.h')
-rw-r--r-- | include/configs/kp_imx53.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h index f82dcd8426..ca6ab0fabc 100644 --- a/include/configs/kp_imx53.h +++ b/include/configs/kp_imx53.h @@ -15,10 +15,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) -/* MMC Configs */ -#define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_SYS_FSL_ESDHC_NUM 1 - /* USB Configs */ #define CONFIG_USB_EHCI_MX5 #define CONFIG_MXC_USB_PORT 1 |