aboutsummaryrefslogtreecommitdiff
path: root/board/stx/stxgp3/stxgp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/stx/stxgp3/stxgp3.c')
-rw-r--r--board/stx/stxgp3/stxgp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/stx/stxgp3/stxgp3.c b/board/stx/stxgp3/stxgp3.c
index 3804fe080..25d521170 100644
--- a/board/stx/stxgp3/stxgp3.c
+++ b/board/stx/stxgp3/stxgp3.c
@@ -239,7 +239,7 @@ reset_phy(void)
#endif
#if defined(CONFIG_MII) && defined(CONFIG_ETHER_ON_FCC)
/* reset PHY */
- miiphy_reset("FCC1 ETHERNET", 0x0);
+ miiphy_reset("FCC1", 0x0);
/* change PHY address to 0x02 */
bb_miiphy_write(NULL, 0, PHY_MIPSCR, 0xf028);