diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/TQM8540.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM8560.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index a44135fda22..db9b73417ce 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 e9b21de6063..d2c230d563f 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 |
