diff options
Diffstat (limited to 'arch/nios2')
| -rw-r--r-- | arch/nios2/lib/board.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/nios2/lib/board.c b/arch/nios2/lib/board.c index f6c6bc166..65de26e5c 100644 --- a/arch/nios2/lib/board.c +++ b/arch/nios2/lib/board.c @@ -158,9 +158,7 @@ void board_init (void)  #endif  #if defined(CONFIG_CMD_NET) -#if defined(CONFIG_NET_MULTI)  	puts ("Net:   "); -#endif  	eth_initialize (bd);  #endif |