]> git.sur5r.net Git - u-boot/blobdiff - arch/sparc/lib/board.c
net: drop !NET_MULTI code
[u-boot] / arch / sparc / lib / board.c
index 6b705e531900686a599c51fe9e08deea2b59a0ae..af4f0356a46f6e4afce10527922a6187942759ec 100644 (file)
@@ -387,10 +387,8 @@ void board_init_f(ulong bootflag)
        bb_miiphy_init();
 #endif
 #if defined(CONFIG_CMD_NET)
-#if defined(CONFIG_NET_MULTI)
        WATCHDOG_RESET();
        puts("Net:   ");
-#endif
        eth_initialize(bd);
 #endif