浏览代码

mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value

continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Kim Phillips 17 年之前
父节点
当前提交
711a794627
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      include/configs/MPC8323ERDB.h
  2. 1 1
      include/configs/MPC832XEMDS.h
  3. 1 1
      include/configs/MPC8360EMDS.h
  4. 1 1
      include/configs/MPC8360ERDK.h

+ 1 - 1
include/configs/MPC8323ERDB.h

@@ -321,7 +321,7 @@
  * QE UEC ethernet configuration
  * QE UEC ethernet configuration
  */
  */
 #define CONFIG_UEC_ETH
 #define CONFIG_UEC_ETH
-#define CONFIG_ETHPRIME		"Freescale GETH"
+#define CONFIG_ETHPRIME		"FSL UEC0"
 
 
 #define CONFIG_UEC_ETH1		/* ETH3 */
 #define CONFIG_UEC_ETH1		/* ETH3 */
 
 

+ 1 - 1
include/configs/MPC832XEMDS.h

@@ -377,7 +377,7 @@
  * QE UEC ethernet configuration
  * QE UEC ethernet configuration
  */
  */
 #define CONFIG_UEC_ETH
 #define CONFIG_UEC_ETH
-#define CONFIG_ETHPRIME		"Freescale GETH"
+#define CONFIG_ETHPRIME		"FSL UEC0"
 
 
 #define CONFIG_UEC_ETH1		/* ETH3 */
 #define CONFIG_UEC_ETH1		/* ETH3 */
 
 

+ 1 - 1
include/configs/MPC8360EMDS.h

@@ -405,7 +405,7 @@
  * QE UEC ethernet configuration
  * QE UEC ethernet configuration
  */
  */
 #define CONFIG_UEC_ETH
 #define CONFIG_UEC_ETH
-#define CONFIG_ETHPRIME		"Freescale GETH"
+#define CONFIG_ETHPRIME		"FSL UEC0"
 #define CONFIG_PHY_MODE_NEED_CHANGE
 #define CONFIG_PHY_MODE_NEED_CHANGE
 
 
 #define CONFIG_UEC_ETH1		/* GETH1 */
 #define CONFIG_UEC_ETH1		/* GETH1 */

+ 1 - 1
include/configs/MPC8360ERDK.h

@@ -282,7 +282,7 @@
  * QE UEC ethernet configuration
  * QE UEC ethernet configuration
  */
  */
 #define CONFIG_UEC_ETH
 #define CONFIG_UEC_ETH
-#define CONFIG_ETHPRIME		"Freescale GETH"
+#define CONFIG_ETHPRIME		"FSL UEC0"
 
 
 #define CONFIG_UEC_ETH1		/* GETH1 */
 #define CONFIG_UEC_ETH1		/* GETH1 */