]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/LaCie/edminiv2/edminiv2.c
ARM: don't probe PHY address for LaCie boards
[karo-tx-uboot.git] / board / LaCie / edminiv2 / edminiv2.c
index 1b33875f2f0e5d29685f025bcbfe2da0502a3e01..4a9b30834acc143b5aa56625fa2d956dfa7a9434 100644 (file)
@@ -96,6 +96,6 @@ int board_init(void)
 /* Configure and enable MV88E1116 PHY */
 void reset_phy(void)
 {
-       mv_phy_88e1116_init("egiga0");
+       mv_phy_88e1116_init("egiga0", 8);
 }
 #endif /* CONFIG_RESET_PHY_R */