diff --git a/CHANGELOG b/CHANGELOG index 50abc49ea8a9fdcc18801c8a93a6395c39774993..f5a16d8825b9ba8e229f4374268bab81f886f62e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix FEC PHY addresses for TQM85xx boards + * Fix uninitialized variable problem in hush shell Patch by Lars Rostock, 26 Sep 2005 diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index a44135fda223b2f02382776eaaff6fc88c492338..db9b73417ce2932bd73707f0edddf856c1b798d4 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 e9b21de6063419217a37fbc056d754d0f4204de2..d2c230d563f7c6d26cff3f5e6fedbecc404008ee 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