]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/LaCie/netspace_v2/netspace_v2.c
ARM: don't probe PHY address for LaCie boards
[karo-tx-uboot.git] / board / LaCie / netspace_v2 / netspace_v2.c
index 704005f9f1ee0af6a4e4ade387067f8a2522b92a..68e8a770c790c510924ca6014f2fff0365456f1d 100644 (file)
@@ -107,7 +107,7 @@ int misc_init_r(void)
 /* Configure and initialize PHY */
 void reset_phy(void)
 {
-       mv_phy_88e1116_init("egiga0");
+       mv_phy_88e1116_init("egiga0", 8);
 }
 #endif