Ver código fonte

Fix FEC PHY addresses for TQM85xx boards

Wolfgang Denk 19 anos atrás
pai
commit
709d8ec0d8
3 arquivos alterados com 4 adições e 2 exclusões
  1. 2 0
      CHANGELOG
  2. 1 1
      include/configs/TQM8540.h
  3. 1 1
      include/configs/TQM8560.h

+ 2 - 0
CHANGELOG

@@ -2,6 +2,8 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Fix FEC PHY addresses for TQM85xx boards
+
 * Fix uninitialized variable problem in hush shell
   Patch by Lars Rostock, 26 Sep 2005
 

+ 1 - 1
include/configs/TQM8540.h

@@ -314,7 +314,7 @@
 
 #define CONFIG_MPC85XX_FEC	1
 #define CONFIG_MPC85XX_FEC_NAME	"FEC"
-#define FEC_PHY_ADDR		2
+#define FEC_PHY_ADDR		3
 #define FEC_PHYIDX		0
 
 #define CONFIG_HAS_ETH1

+ 1 - 1
include/configs/TQM8560.h

@@ -316,7 +316,7 @@
 
 #define CONFIG_MPC85XX_FEC	1
 #define CONFIG_MPC85XX_FEC_NAME	"FEC"
-#define FEC_PHY_ADDR		2
+#define FEC_PHY_ADDR		3
 #define FEC_PHYIDX		0
 
 #define CONFIG_HAS_ETH1