summaryrefslogtreecommitdiffstats
path: root/include/configs/PLU405.h
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 /include/configs/PLU405.h
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 'include/configs/PLU405.h')
-rw-r--r--include/configs/PLU405.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index dd5d831680..d02c39b28f 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@@ -51,17 +51,13 @@
#define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
-#if 0 /* test-only */
#define CONFIG_NET_MULTI 1
+#undef CONFIG_HAS_ETH1
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_PHY_ADDR 0 /* PHY address */
-#define CONFIG_PHY1_ADDR 1 /* PHY address */
-#else
-#define CONFIG_MII 1 /* MII PHY management */
-#define CONFIG_PHY_ADDR 0 /* PHY address */
-#endif
#define CONFIG_LXT971_NO_SLEEP 1 /* disable sleep mode in LXT971 */
+#define CONFIG_RESET_PHY_R 1 /* use reset_phy() to disable phy sleep mode */
#define CONFIG_PHY_CLK_FREQ EMAC_STACR_CLK_66MHZ /* 66 MHz OPB clock*/
OpenPOWER on IntegriCloud