]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/board.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / arch / sh / lib / board.c
index 1eb7afb89e5ab7d57b14380781ecb4ad63357a90..6dad3c7dbfefcd400daabd34714062ed94d96516 100644 (file)
@@ -178,7 +178,7 @@ void sh_generic_init(void)
 #endif
 #if defined(CONFIG_CMD_NET)
        puts("Net:   ");
-       eth_initialize(gd->bd);
+       eth_initialize();
 #endif /* CONFIG_CMD_NET */
 
        while (1) {