gtxaspec / u-boot-ingenic

U-Boot for Ingenic SoC's
GNU General Public License v3.0
11 stars 9 forks source link

disable invalid gmac configs #8

Closed gtxaspec closed 11 months ago

gtxaspec commented 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.

gtxaspec commented 11 months ago

phy_id is always zero. speed or duplex should never be zero, so we should fail on that

gtxaspec commented 11 months ago

fixed in https://github.com/gtxaspec/u-boot-ingenic/commit/3ad39e7d6276849908aa460391d0d0e36e9fd3eb