Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / lib_avr32 / board.c
index 2f16386c76835b5bc1c349fcfcfaa2c4c53f4f30..265328aa487696a11862aa12ae6e491fd60e64cb 100644 (file)
@@ -328,6 +328,13 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
        jumptable_init();
        console_init_r();
 
+#if (CONFIG_COMMANDS & CFG_CMD_NET)
+#if defined(CONFIG_NET_MULTI)
+       puts("Net:   ");
+#endif
+       eth_initialize(gd->bd);
+#endif
+
        for (;;) {
                main_loop();
        }