summaryrefslogtreecommitdiff
path: root/configs/pico-imx6_defconfig
diff options
context:
space:
mode:
authorWig Cheng <wig.cheng@technexion.com>2020-07-28 11:15:19 +0300
committerStefano Babic <sbabic@denx.de>2020-08-03 18:03:57 +0300
commit3e980a2d8bd13d0d1c2d5cec9e57a47b6cff8b92 (patch)
treebf2980c35abef9f6fdd7a2e2ecfe33583bd58fb0 /configs/pico-imx6_defconfig
parentb297c0d70702786f3c572b7fed49f4eb7b2174b8 (diff)
downloadu-boot-3e980a2d8bd13d0d1c2d5cec9e57a47b6cff8b92.tar.xz
configs: pico-imx6: convert ethernet function to DM_ETH
Before enable _DM_ETH: Net: FEC [PRIME] After enable DM_ETH: Net: eth0: ethernet@2188000 Here is the test commands: => dhcp BOOTP broadcast 1 DHCP client bound to address 10.88.88.152 (146 ms) *** ERROR: `serverip' not set Cannot autoload with TFTPGET => ping 8.8.8.8 Using ethernet@2188000 device host 8.8.8.8 is alive Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
Diffstat (limited to 'configs/pico-imx6_defconfig')
-rw-r--r--configs/pico-imx6_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index 04c132b474..5fe2850086 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -64,6 +64,9 @@ CONFIG_DM_MMC=y
CONFIG_FSL_USDHC=y
CONFIG_PHYLIB=y
CONFIG_PHY_ATHEROS=y
+CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
+CONFIG_RGMII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_MXC_UART=y