diff options
author | Pedro Jardim <jardim.c.pedro@gmail.com> | 2020-02-13 14:59:43 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-10 10:59:08 +0100 |
commit | 905dbe23b92cd9a6631091546f206b602c958750 (patch) | |
tree | 87c1d7a746efa5e194df9c72833ec8fb7f932346 /configs/mx6sabreauto_defconfig | |
parent | 60559d35751c57de61a6720265cc6b8a09d692ed (diff) | |
download | u-boot-905dbe23b92cd9a6631091546f206b602c958750.tar.gz u-boot-905dbe23b92cd9a6631091546f206b602c958750.tar.bz2 u-boot-905dbe23b92cd9a6631091546f206b602c958750.zip |
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 <jardim.c.pedro@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
-rw-r--r-- | configs/mx6sabreauto_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 723e1c32d8..06835f203a 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -97,3 +97,8 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP32 is not set CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y +CONFIG_FEC_MXC=y +CONFIG_PHY_ATHEROS=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y +CONFIG_RGMII=y |