diff options
| -rw-r--r-- | board/wandboard/wandboard.c | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 0043bc646..72e9bb2e9 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -257,15 +257,9 @@ static void setup_display(void)  int board_eth_init(bd_t *bis)  { -	int ret; -  	setup_iomux_enet(); -	ret = cpu_eth_init(bis); -	if (ret) -		printf("FEC MXC: %s:failed\n", __func__); - -	return ret; +	return cpu_eth_init(bis);  }  int board_early_init_f(void) |