diff options
author | wdenk <wdenk> | 2005-05-10 15:51:35 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-10 15:51:35 +0000 |
commit | d44e14b5fcf362154bd6a18e15446932f510cecf (patch) | |
tree | 03d88dccca5f9abeee518d45f2f6e0ed2a8ce740 /include/configs/TQM8540.h | |
parent | ed16fefcbaf99a67a7dd7639898dbc896c70cb1b (diff) | |
download | u-boot-imx-d44e14b5fcf362154bd6a18e15446932f510cecf.zip u-boot-imx-d44e14b5fcf362154bd6a18e15446932f510cecf.tar.gz u-boot-imx-d44e14b5fcf362154bd6a18e15446932f510cecf.tar.bz2 |
Add support for 2 x TSEC interfaces on the TQM8540 board.
Diffstat (limited to 'include/configs/TQM8540.h')
-rw-r--r-- | include/configs/TQM8540.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index d28d2f3..9dc77c4 100644 --- a/include/configs/TQM8540.h +++ b/include/configs/TQM8540.h @@ -279,7 +279,7 @@ #endif #define CONFIG_MII 1 /* MII PHY management */ -#undef CONFIG_MPC85XX_TSEC1 +#define CONFIG_MPC85XX_TSEC1 1 #define CONFIG_MPC85XX_TSEC2 1 #define TSEC1_PHY_ADDR 0 #define TSEC2_PHY_ADDR 1 @@ -287,9 +287,12 @@ #define TSEC2_PHYIDX 0 #define CONFIG_MPC85XX_FEC 1 -#define FEC_PHY_ADDR 0 +#define FEC_PHY_ADDR 2 #define FEC_PHYIDX 0 +#define CONFIG_HAS_ETH1 +#define CONFIG_HAS_ETH2 + #define CONFIG_ETHPRIME "ENET1" #endif /* CONFIG_TSEC_ENET */ |