]> git.sur5r.net Git - u-boot/blobdiff - board/stx/stxssa/stxssa.c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot] / board / stx / stxssa / stxssa.c
index 1e0acab5464ea6844b38791bc2ea57c55b111c83..6cd28a34b9f4a3728a050ed52d3bcc95d2e7564b 100644 (file)
@@ -241,10 +241,10 @@ reset_phy(void)
        miiphy_reset("FCC1", 0x0);
 
        /* change PHY address to 0x02 */
-       bb_miiphy_write(NULL, 0, PHY_MIPSCR, 0xf028);
+       bb_miiphy_write(NULL, 0, MII_MIPSCR, 0xf028);
 
-       bb_miiphy_write(NULL, 0x02, PHY_BMCR,
-                       PHY_BMCR_AUTON | PHY_BMCR_RST_NEG);
+       bb_miiphy_write(NULL, 0x02, MII_BMCR,
+                       BMCR_ANENABLE | BMCR_ANRESTART);
 #endif /* CONFIG_MII */
 #endif
 }