Home
last modified time | relevance | path

Searched hist:bffac7aef54039dbe53dbf8bcbc9f8dbe78b8aa5 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dsys_eeprom.cbffac7aef54039dbe53dbf8bcbc9f8dbe78b8aa5 Wed Apr 30 21:43:46 UTC 2014 York Sun <yorksun@freescale.com> powerpc/freescale: Change the return value of mac_read_from_eeprom()

The return value has not been checked by its caller, until recent change
of using generic board architecture. The error of this function is not
critical enough to hang the system. Printing the warning message is enough
to catch user's attention. U-boot should continue to boot to give user
a chance to fix the EEPROM. Chaning the return value to 0 to avoid hanging
in the board_init_r().

Signed-off-by: York Sun <yorksun@freescale.com>