]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Add support for 2 x TSEC interfaces on the TQM8540 board.
authorwdenk <wdenk>
Tue, 10 May 2005 15:51:35 +0000 (15:51 +0000)
committerwdenk <wdenk>
Tue, 10 May 2005 15:51:35 +0000 (15:51 +0000)
CHANGELOG
include/configs/TQM8540.h

index dbede2691da2ff9c5767658619105f2943820fa0..d2cdd8d123870d50bc86386b3b56ec4e12a1f5c9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Add support for 2 x TSEC interfaces on the TQM8540 board.
+
 * On LWMON we must use the watchdog to reset the board as the CPU
   genereated HRESET pulse is too short to reset the external
   circuitry.
index d28d2f311ec1c18a6fee82cafd84299ed172857c..9dc77c4bd29f0a0282f4d6682ac443424a4c1a0f 100644 (file)
 #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
 #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 */