socrates: fix second TSEC configuration (it is actually TSEC3)
authorSergei Poselenov <sposelenov@emcraft.com>
Thu, 8 May 2008 15:46:23 +0000 (17:46 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 20 May 2008 21:27:52 +0000 (23:27 +0200)
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
include/configs/socrates.h

index a8f81ec5b9e34f1aecb969ae61b7e69174a3d6d7..5d37383beef6ee1b3532eb45e439ac9e14ab63e9 100644 (file)
 #define CONFIG_MII             1       /* MII PHY management */
 #define CONFIG_TSEC1   1
 #define CONFIG_TSEC1_NAME      "TSEC0"
-#define CONFIG_TSEC2   1
-#define CONFIG_TSEC2_NAME      "TSEC1"
+#define CONFIG_TSEC3   1
+#define CONFIG_TSEC3_NAME      "TSEC1"
 #undef CONFIG_MPC85XX_FEC
 
 #define TSEC1_PHY_ADDR         0
-#define TSEC2_PHY_ADDR         1
+#define TSEC3_PHY_ADDR         1
 
 #define TSEC1_PHYIDX           0
-#define TSEC2_PHYIDX           0
+#define TSEC3_PHYIDX           0
 #define TSEC1_FLAGS            TSEC_GIGABIT
-#define TSEC2_FLAGS            TSEC_GIGABIT
+#define TSEC3_FLAGS            TSEC_GIGABIT
 
-/* Options are: TSEC[0-1] */
+/* Options are: TSEC[0,1] */
 #define CONFIG_ETHPRIME                "TSEC0"
 #define CONFIG_PHY_GIGE                1       /* Include GbE speed/duplex detection */