]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/vl_ma2sc/vl_ma2sc.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / board / BuS / vl_ma2sc / vl_ma2sc.c
index da39c8625821965ec747bcb359890c487bcb020a..e4e1a8572f112243542849dfe53637b1045c2ffd 100644 (file)
@@ -280,7 +280,7 @@ void reset_phy(void)
         * Initialize ethernet HW addr prior to starting Linux,
         * needed for nfsroot
         */
-       eth_init(gd->bd);
+       eth_init();
 #endif
 }
 #endif