aboutsummaryrefslogtreecommitdiff
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
parentbf41886f9debbce587519c605ca7d6f720c13e68 (diff)
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
-rw-r--r--CHANGELOG3
-rw-r--r--include/configs/CATcenter.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba4adf986..5a278d00a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
+* Patch by Stefan Roese, 1 Jul 2005:
+ Fix PHY address for CATcenter board (now correct!)
+
* Patch by Stefan Roese, 30 Jun 2005:
Fix PHY addresses for PPChameleon and CATcenter boards
Change MAINTAINER for most esd boards
diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h
index 813592729..61022e8d5 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