Closed gtxaspec closed 11 months ago
disable invalid gmac configs: ex.
Net: ====>phy 0:0x0-0x0 found SPEED:0, DUPLEX:0
this will fix some t31zx devices with broken sdcards in uboot.
phy_id is always zero. speed or duplex should never be zero, so we should fail on that
phy_id
speed
duplex
fixed in https://github.com/gtxaspec/u-boot-ingenic/commit/3ad39e7d6276849908aa460391d0d0e36e9fd3eb
disable invalid gmac configs: ex.
this will fix some t31zx devices with broken sdcards in uboot.