]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_avr32/board.c
Remove obsolete mpc824x linker scripts (2 of 4)
[karo-tx-uboot.git] / lib_avr32 / board.c
index 265328aa487696a11862aa12ae6e491fd60e64cb..822668cd136cda094c052cd9de96318b98f0f97d 100644 (file)
@@ -328,7 +328,7 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
        jumptable_init();
        console_init_r();
 
-#if (CONFIG_COMMANDS & CFG_CMD_NET)
+#if (CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)
 #if defined(CONFIG_NET_MULTI)
        puts("Net:   ");
 #endif