diff options
author | Robert Beckett <bob.beckett@collabora.com> | 2020-01-31 15:08:00 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-02-09 21:47:20 +0100 |
commit | 2d1ea19b551023bfd14629cdf38718c8e7e57f26 (patch) | |
tree | 80ebbb0d1782761cfb967d7d6f0c82ee14be4f05 /include/configs/mx53ppd.h | |
parent | 92faf43b9c669236d5ae34e02d4d2c795d39a65b (diff) | |
download | u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.tar.gz u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.tar.xz u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.zip |
board: ge: mx53ppd: Use DM for ethernet
Remove legacy iomux setup for fec.
Enable phylib and DM fec.
Use Kconfig for enabling fec.
Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'include/configs/mx53ppd.h')
-rw-r--r-- | include/configs/mx53ppd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 8fa7d15210..97d566df49 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -28,12 +28,6 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE -/* Eth Configs */ - -#define CONFIG_FEC_MXC -#define IMX_FEC_BASE FEC_BASE_ADDR -#define CONFIG_FEC_MXC_PHYADDR 0x1F - /* USB Configs */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX @@ -49,8 +43,6 @@ /* Command definition */ -#define CONFIG_ETHPRIME "FEC0" - #define CONFIG_LOADADDR 0x72000000 /* loadaddr env var */ #define PPD_CONFIG_NFS \ |