mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +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>