diff options
Diffstat (limited to 'board/stx/stxssa/stxssa.c')
| -rw-r--r-- | board/stx/stxssa/stxssa.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/stx/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c index 1e0acab54..6cd28a34b 100644 --- a/board/stx/stxssa/stxssa.c +++ b/board/stx/stxssa/stxssa.c @@ -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  } |