summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-09-29 12:16:38 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-09-29 12:16:38 +0200
commit709d8ec0d8a99cc745dde3b87c7c65d410305bf2 (patch)
tree6a7746cd71e7500854e8b9914966d7db29fec271 /include
parente98f68be9483d1b6abc2f9af0ba5995d42f65e62 (diff)
Fix FEC PHY addresses for TQM85xx boards
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM8540.h2
-rw-r--r--include/configs/TQM8560.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h
index a44135fda2..db9b73417c 100644
--- a/include/configs/TQM8540.h
+++ b/include/configs/TQM8540.h
@@ -314,7 +314,7 @@
#define CONFIG_MPC85XX_FEC 1
#define CONFIG_MPC85XX_FEC_NAME "FEC"
-#define FEC_PHY_ADDR 2
+#define FEC_PHY_ADDR 3
#define FEC_PHYIDX 0
#define CONFIG_HAS_ETH1
diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h
index e9b21de606..d2c230d563 100644
--- a/include/configs/TQM8560.h
+++ b/include/configs/TQM8560.h
@@ -316,7 +316,7 @@
#define CONFIG_MPC85XX_FEC 1
#define CONFIG_MPC85XX_FEC_NAME "FEC"
-#define FEC_PHY_ADDR 2
+#define FEC_PHY_ADDR 3
#define FEC_PHYIDX 0
#define CONFIG_HAS_ETH1