diff options
Diffstat (limited to 'arch/powerpc/lib/board.c')
| -rw-r--r-- | arch/powerpc/lib/board.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 9885b143a..4fd014980 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -960,10 +960,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 (bd);  #endif |