diff options
| author | Fabio Estevam <festevam@gmail.com> | 2021-02-13 22:49:52 -0300 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2021-03-01 10:21:36 +0100 |
| commit | 5c8db4922d42084fd29b36fcac287fe067d26f31 (patch) | |
| tree | 4222eeb04d96f80c64e5b318caf0f5aaa6999eef /include | |
| parent | a48c22bc52503a68b9efc25dc886d6cbc3e566dc (diff) | |
| download | u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.tar.gz u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.tar.xz u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.zip | |
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')
| -rw-r--r-- | include/configs/mx53loco.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a0dd33aecd..e5dc9ac1d9 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) |
