]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/board.c
net: drop !NET_MULTI code
[karo-tx-uboot.git] / arch / avr32 / lib / board.c
index 65473a107bc025c1882aa662ab5810711b182853..3e1cc0d6c99888aecfd5736a6de3987f871c8cdb 100644 (file)
@@ -330,9 +330,7 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
        s = getenv("bootfile");
        if (s)
                copy_filename(BootFile, s, sizeof(BootFile));
-#if defined(CONFIG_NET_MULTI)
        puts("Net:   ");
-#endif
        eth_initialize(gd->bd);
 #endif