Comment 15 for bug 812555

Revision history for this message
Eric Miao (eric.y.miao) wrote :

As spring pointed out, this is affected by a8834193c3ff7b731599e4e4544fe01600e75e42,
Add Ethernet hardware MAC address framework to usbnet. http://git.linaro.org/gitweb?p=boot/u-boot-linaro-stable.git;a=commit;h=a8834193c3ff7b731599e4e4544fe01600e75e42.

Simply ignore the return value of eth_getenv_enetaddr_by_index() would fix this issue, and it looks like a right fix to me. Attached is the patch.