diff options
Diffstat (limited to 'arch/m68k/lib/board.c')
| -rw-r--r-- | arch/m68k/lib/board.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c index 1df50f1fe..b9ccb6405 100644 --- a/arch/m68k/lib/board.c +++ b/arch/m68k/lib/board.c @@ -606,11 +606,9 @@ void board_init_r (gd_t *id, ulong dest_addr)  #if defined(FEC_ENET)  	eth_init(bd);  #endif -#if defined(CONFIG_NET_MULTI)  	puts ("Net:   ");  	eth_initialize (bd);  #endif -#endif  #ifdef CONFIG_POST  	post_run (NULL, POST_RAM | post_bootmode_get(0)); |