summaryrefslogtreecommitdiffstats
path: root/include/configs/PPChameleonEVB.h
diff options
context:
space:
mode:
authorstroese <stroese>2005-06-30 13:06:07 +0000
committerstroese <stroese>2005-06-30 13:06:07 +0000
commitbf41886f9debbce587519c605ca7d6f720c13e68 (patch)
tree804658f54f2d3ddf6022597fd0a9bcf084530783 /include/configs/PPChameleonEVB.h
parent342717f72a2f92a14b9c823546e5bcec244f8bf4 (diff)
downloadtalos-obmc-uboot-bf41886f9debbce587519c605ca7d6f720c13e68.tar.gz
talos-obmc-uboot-bf41886f9debbce587519c605ca7d6f720c13e68.zip
* Patch by Stefan Roese, 30 Jun 2005:
Fix PHY addresses for PPChameleon and CATcenter boards Change MAINTAINER for most esd boards
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r--include/configs/PPChameleonEVB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h
index 011abf10ca..d7025eba67 100644
--- a/include/configs/PPChameleonEVB.h
+++ b/include/configs/PPChameleonEVB.h
@@ -106,8 +106,8 @@
#define CONFIG_MII 1 /* MII PHY management */
#ifndef CONFIG_EXT_PHY
-#define CONFIG_PHY_ADDR 0 /* EMAC0 PHY address */
-#define CONFIG_PHY1_ADDR 1 /* EMAC1 PHY address */
+#define CONFIG_PHY_ADDR 1 /* EMAC0 PHY address */
+#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */
#else
#define CONFIG_PHY_ADDR 2 /* PHY address */
#endif
OpenPOWER on IntegriCloud