mirror of
https://xff.cz/git/u-boot/
synced 2025-09-08 20:22:10 +02:00
There is no need to print an error message when cpu_eth_init() fails because net/eth.c already prints it. In order to simplify the code, just return the value from cpu_eth_init(bis) directly. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>