diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-01 01:17:24 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-01 01:17:24 +0100 |
commit | b6f8435664db077235be537b64a67d03bd235c32 (patch) | |
tree | 20b25a260bfc7efafcb70f4e0b9faf9bdf9258f4 /include/configs/TQM834x.h | |
parent | d00de23b15531b9f60bc99567f5c44a65a41487b (diff) | |
download | u-boot-imx-b6f8435664db077235be537b64a67d03bd235c32.zip u-boot-imx-b6f8435664db077235be537b64a67d03bd235c32.tar.gz u-boot-imx-b6f8435664db077235be537b64a67d03bd235c32.tar.bz2 |
Adjust TQM834x PHY addresses for latest hardware revision.
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index c25a777..ba2f4ea 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -249,7 +249,7 @@ extern int tqm834x_num_flash_banks; #define CONFIG_MPC83XX_TSEC1_NAME "TSEC0" #define CONFIG_MPC83XX_TSEC2 1 #define CONFIG_MPC83XX_TSEC2_NAME "TSEC1" -#define TSEC1_PHY_ADDR 0 +#define TSEC1_PHY_ADDR 2 #define TSEC2_PHY_ADDR 1 #define TSEC1_PHYIDX 0 #define TSEC2_PHYIDX 0 |