]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nios2/lib/board.c
net: drop !NET_MULTI code
[karo-tx-uboot.git] / arch / nios2 / lib / board.c
index f6c6bc166b766235059d459b5a2e684e3672fe0f..65de26e5c9351229d4461588a07efd6b694519d7 100644 (file)
@@ -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