diff options
| author | Pedro Jardim <[email protected]> | 2020-02-13 14:59:43 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-03-10 10:59:08 +0100 |
| commit | 905dbe23b92cd9a6631091546f206b602c958750 (patch) | |
| tree | 87c1d7a746efa5e194df9c72833ec8fb7f932346 /include | |
| parent | 60559d35751c57de61a6720265cc6b8a09d692ed (diff) | |
mx6sabreauto: Convert to DM_ETH
This fixes the following warning:
===================== WARNING ======================
This board does not use CONFIG_DM_ETH (Driver Model
for Ethernet drivers). Please update the board to use
CONFIG_DM_ETH before the v2020.07 release. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================
Signed-off-by: Pedro Jardim <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6sabreauto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index c07b03984aa..e444930dc87 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -75,12 +75,4 @@ #define CONFIG_POWER_PFUZE100 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 -#define 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 1 - -#define CONFIG_PHY_ATHEROS - #endif /* __MX6SABREAUTO_CONFIG_H */ |
