aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2021-02-13 22:49:52 -0300
committerStefano Babic <sbabic@denx.de>2021-03-01 10:21:36 +0100
commit5c8db4922d42084fd29b36fcac287fe067d26f31 (patch)
tree4222eeb04d96f80c64e5b318caf0f5aaa6999eef /include/configs
parenta48c22bc52503a68b9efc25dc886d6cbc3e566dc (diff)
downloadu-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.zip
u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.tar.gz
u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.tar.bz2
mx53loco: Convert to driver model
Make the conversion to driver model as it is mandatory. Remove the SATA support for now as the i.MX53 support has not been added yet. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx53loco.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index a0dd33a..e5dc9ac 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -30,12 +30,6 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_FSL_ESDHC_NUM 2
-/* Eth Configs */
-
-#define CONFIG_FEC_MXC
-#define IMX_FEC_BASE FEC_BASE_ADDR
-#define CONFIG_FEC_MXC_PHYADDR 0x1F
-
/* USB Configs */
#define CONFIG_MXC_USB_PORT 1
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)