]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/eb_cpux9k2/cpux9k2.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / board / BuS / eb_cpux9k2 / cpux9k2.c
index 76ad7c443bb9285db808c6df97d02461e94a62ed..3880a0689723cb34d3815927c8458d4525e05b78 100644 (file)
@@ -111,7 +111,7 @@ int misc_init_r(void)
 void reset_phy(void)
 {
        udelay(10000);
-       eth_init(gd->bd);
+       eth_init();
 }
 #endif