diff options
author | Fabio Estevam | 2021-02-15 08:58:17 -0300 |
---|---|---|
committer | Stefano Babic | 2021-03-01 10:21:36 +0100 |
commit | 07fc671d7ea0916b4b63ce94837b3d4ee14bfc60 (patch) | |
tree | daf3d3863e55692098444b869429e90dc7ec564d /include | |
parent | 1f3b3e7919e1467552da9cd26c77464381e74ef5 (diff) |
mx51evk: Convert to driver model
Make the conversion to driver model as it is mandatory.
Tested booting the Linux kernel from the SD card.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx51evk.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 49f88c27dcd..3574d654516 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -51,14 +51,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR #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_ULPI |