commit | 733263a8533f18a3fe2413db47e68c975e96ba4d | [log] [tgz] |
---|---|---|
author | Wig Cheng <wig.cheng@technexion.com> | Tue Jul 28 16:15:19 2020 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Mon Aug 03 17:03:57 2020 +0200 |
tree | bf2980c35abef9f6fdd7a2e2ecfe33583bd58fb0 | |
parent | 7be67ce2f8f63c9eccf4572410201574cae0c2aa [diff] |
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>