]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sparc/lib/board.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / arch / sparc / lib / board.c
index b311a946c05ec2e264b7c33e444fd999b5e91f2e..d2ac6bcaca96ab4cec8641e31bdd4baaf7c7dc83 100644 (file)
@@ -351,7 +351,7 @@ void board_init_f(ulong bootflag)
 #if defined(CONFIG_CMD_NET)
        WATCHDOG_RESET();
        puts("Net:   ");
-       eth_initialize(bd);
+       eth_initialize();
 #endif
 
 #if defined(CONFIG_CMD_NET) && defined(CONFIG_RESET_PHY_R)