commit | 02c2de6eb0e2b4170329a51fae3aeb955b330f7b | [log] [tgz] |
---|---|---|
author | Fabien Parent <fparent@baylibre.com> | Thu Nov 10 17:16:35 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 13 15:54:35 2016 -0500 |
tree | 3c10ec09a6146cd6a999b492c753a77a11d4690e | |
parent | c19a28bc65aa27fe143e3c784d4f2e19e08810bf [diff] |
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>