diff options
Diffstat (limited to 'arch/x86/lib/board.c')
| -rw-r--r-- | arch/x86/lib/board.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index b1b8680ec..2309e00be 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@ -393,10 +393,8 @@ void board_init_r(gd_t *id, ulong dest_addr)  	bb_miiphy_init();  #endif  #if defined(CONFIG_CMD_NET) -#if defined(CONFIG_NET_MULTI)  	WATCHDOG_RESET();  	puts("Net:   "); -#endif  	eth_initialize(gd->bd);  #endif |