diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-09-03 16:38:42 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:59 +0200 |
commit | 32e07513833515c6684f8819e176cb62adb55c4d (patch) | |
tree | e2c1aa01457afd22a454d9a5de8b36b5f47920fb /include/configs/display5.h | |
parent | 19e874c6d75b58f7707b0b80a7fcbf5dbdf750bc (diff) |
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.h | 8 |
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 |