Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: keep booting even when MAC address is invalid

2016-11-10 Thread Tom Rini
On Thu, Nov 10, 2016 at 05:16:35PM +0100, Fabien Parent wrote: > If the MAC address specified on the EEPROM is invalid (multicast or > zero address), then u-boot fails to boot. Having a bad MAC address > in the EEPROM should not prevent the system from booting. > > This commit changes the error

[U-Boot] [PATCH] davinci: omapl138_lcdk: keep booting even when MAC address is invalid

2016-11-10 Thread Fabien Parent
If the MAC address specified on the EEPROM is invalid (multicast or zero address), then u-boot fails to boot. Having a bad MAC address in the EEPROM should not prevent the system from booting. This commit changes the error path to just print an error messages in case of bad MAC address.