]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/board.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / arch / avr32 / lib / board.c
index 99aa96e23fab0498e7e4bc636ac0ea464e4b9d18..aacfcbf69a93cf9afbccc8f2784abeda5db341ba 100644 (file)
@@ -244,7 +244,7 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
 #endif
 #if defined(CONFIG_CMD_NET)
        puts("Net:   ");
-       eth_initialize(gd->bd);
+       eth_initialize();
 #endif
 
 #ifdef CONFIG_GENERIC_ATMEL_MCI