]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
* Patch by Stefan Roese, 1 Jul 2005:
authorstroese <stroese>
Fri, 1 Jul 2005 15:53:57 +0000 (15:53 +0000)
committerstroese <stroese>
Fri, 1 Jul 2005 15:53:57 +0000 (15:53 +0000)
  Fix PHY address for CATcenter board (now correct!)

CHANGELOG
include/configs/CATcenter.h

index ba4adf9866fd9b686f308024e65f623fb4df6a10..5a278d00a79a80ec23622c2cecd74a091dc8f3ae 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Patch by Stefan Roese, 1 Jul 2005:
+  Fix PHY address for CATcenter board (now correct!)
+
 * Patch by Stefan Roese, 30 Jun 2005:
   Fix PHY addresses for PPChameleon and CATcenter boards
   Change MAINTAINER for most esd boards
index 81359272934ddca79c004c35e0dcb79b07b7edb4..61022e8d5ba3bdb0334a29a6fd773625c75cdc45 100644 (file)
 #define CONFIG_MII             1       /* MII PHY management           */
 #ifndef         CONFIG_EXT_PHY
 #define CONFIG_PHY_ADDR                1       /* EMAC0 PHY address            */
-#define CONFIG_PHY1_ADDR             /* EMAC1 PHY address            */
+#define CONFIG_PHY1_ADDR       16      /* EMAC1 PHY address            */
 #else
 #define CONFIG_PHY_ADDR                2       /* PHY address                  */
 #endif