summaryrefslogtreecommitdiffstats
path: root/include/configs/CATcenter.h
diff options
context:
space:
mode:
authorstroese <stroese>2005-07-01 15:53:57 +0000
committerstroese <stroese>2005-07-01 15:53:57 +0000
commit3c71f3e8aa4d74bc5b43dc55f9be893afbc13497 (patch)
treec237e7be138c120f7ab30800f691a746c99649d9 /include/configs/CATcenter.h
parentbf41886f9debbce587519c605ca7d6f720c13e68 (diff)
downloadblackbird-obmc-uboot-3c71f3e8aa4d74bc5b43dc55f9be893afbc13497.tar.gz
blackbird-obmc-uboot-3c71f3e8aa4d74bc5b43dc55f9be893afbc13497.zip
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
Diffstat (limited to 'include/configs/CATcenter.h')
-rw-r--r--include/configs/CATcenter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h
index 8135927293..61022e8d5b 100644
--- a/include/configs/CATcenter.h
+++ b/include/configs/CATcenter.h
@@ -111,7 +111,7 @@
#define CONFIG_MII 1 /* MII PHY management */
#ifndef CONFIG_EXT_PHY
#define CONFIG_PHY_ADDR 1 /* EMAC0 PHY address */
-#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */
+#define CONFIG_PHY1_ADDR 16 /* EMAC1 PHY address */
#else
#define CONFIG_PHY_ADDR 2 /* PHY address */
#endif
OpenPOWER on IntegriCloud