diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-09-29 12:16:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-09-29 12:16:38 +0200 |
commit | 709d8ec0d8a99cc745dde3b87c7c65d410305bf2 (patch) | |
tree | 6a7746cd71e7500854e8b9914966d7db29fec271 /include/configs/TQM8560.h | |
parent | e98f68be9483d1b6abc2f9af0ba5995d42f65e62 (diff) | |
download | u-boot-imx-709d8ec0d8a99cc745dde3b87c7c65d410305bf2.zip u-boot-imx-709d8ec0d8a99cc745dde3b87c7c65d410305bf2.tar.gz u-boot-imx-709d8ec0d8a99cc745dde3b87c7c65d410305bf2.tar.bz2 |
Fix FEC PHY addresses for TQM85xx boards
Diffstat (limited to 'include/configs/TQM8560.h')
-rw-r--r-- | include/configs/TQM8560.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h index e9b21de..d2c230d 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 |