]> git.sur5r.net Git - u-boot/commit
davinci: omapl138_lcdk: keep booting even when MAC address is invalid
authorFabien Parent <fparent@baylibre.com>
Thu, 10 Nov 2016 16:16:35 +0000 (17:16 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 13 Nov 2016 20:54:35 +0000 (15:54 -0500)
commit02c2de6eb0e2b4170329a51fae3aeb955b330f7b
tree3c10ec09a6146cd6a999b492c753a77a11d4690e
parentc19a28bc65aa27fe143e3c784d4f2e19e08810bf
davinci: omapl138_lcdk: keep booting even when MAC address is invalid

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.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/davinci/da8xxevm/omapl138_lcdk.c