summaryrefslogtreecommitdiffstats
path: root/board/esd/plu405
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-03-07 15:32:01 +0100
committerStefan Roese <sr@denx.de>2007-03-08 22:14:47 +0100
commitf9fc6a5852a6335840882fa2111925010eea1abe (patch)
tree446e0317e52bbdd358a755376051d06ea3538388 /board/esd/plu405
parent35ded29fd941f3bd40660dd1440763f34708cf65 (diff)
downloadblackbird-obmc-uboot-f9fc6a5852a6335840882fa2111925010eea1abe.tar.gz
blackbird-obmc-uboot-f9fc6a5852a6335840882fa2111925010eea1abe.zip
fixed ethernet phy configuration for plu405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'board/esd/plu405')
-rw-r--r--board/esd/plu405/plu405.c17
1 files changed, 11 insertions, 6 deletions
diff --git a/board/esd/plu405/plu405.c b/board/esd/plu405/plu405.c
index 37b92fb65a..59171f8f4c 100644
--- a/board/esd/plu405/plu405.c
+++ b/board/esd/plu405/plu405.c
@@ -215,12 +215,6 @@ int checkboard (void)
}
putc ('\n');
-
- /*
- * Disable sleep mode in LXT971
- */
- lxt971_no_sleep();
-
return 0;
}
@@ -292,3 +286,14 @@ void board_auto_update_show(int au_active)
}
}
#endif
+
+void reset_phy(void)
+{
+#ifdef CONFIG_LXT971_NO_SLEEP
+
+ /*
+ * Disable sleep mode in LXT971
+ */
+ lxt971_no_sleep();
+#endif
+}
OpenPOWER on IntegriCloud