aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2020-01-31 15:08:00 +0200
committerStefano Babic <sbabic@denx.de>2020-02-09 21:47:20 +0100
commit2d1ea19b551023bfd14629cdf38718c8e7e57f26 (patch)
tree80ebbb0d1782761cfb967d7d6f0c82ee14be4f05 /include
parent92faf43b9c669236d5ae34e02d4d2c795d39a65b (diff)
downloadu-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.zip
u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.tar.gz
u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.tar.bz2
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')
-rw-r--r--include/configs/mx53ppd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h
index 8fa7d15..97d566d 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 \