summaryrefslogtreecommitdiff
path: root/include/configs/display5.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-09-03 17:38:42 +0300
committerStefano Babic <sbabic@denx.de>2019-10-08 17:35:59 +0300
commit32e07513833515c6684f8819e176cb62adb55c4d (patch)
treee2c1aa01457afd22a454d9a5de8b36b5f47920fb /include/configs/display5.h
parent19e874c6d75b58f7707b0b80a7fcbf5dbdf750bc (diff)
downloadu-boot-32e07513833515c6684f8819e176cb62adb55c4d.tar.xz
DM: eth: Switch display5 board to use DM_ETH
After this commit the display5 device would use FEC driver supporting driver model (DM_ETH). Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/display5.h')
-rw-r--r--include/configs/display5.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h
index 59f6c649f1..6f19e55c70 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -59,14 +59,6 @@
/* I2C Configs */
#define CONFIG_I2C_MULTI_BUS
-/* Ethernet */
-#ifdef CONFIG_FEC_MXC
-#define IMX_FEC_BASE ENET_BASE_ADDR
-#define CONFIG_FEC_XCV_TYPE RGMII
-#define CONFIG_ETHPRIME "FEC"
-#define CONFIG_FEC_MXC_PHYADDR 0
-#endif
-
/* MMC Configs */
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_FSL_USDHC_NUM 2