From 3c71f3e8aa4d74bc5b43dc55f9be893afbc13497 Mon Sep 17 00:00:00 2001 From: stroese Date: Fri, 1 Jul 2005 15:53:57 +0000 Subject: * Patch by Stefan Roese, 1 Jul 2005: Fix PHY address for CATcenter board (now correct!) --- include/configs/CATcenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/CATcenter.h') diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h index 813592729..61022e8d5 100644 --- a/include/configs/CATcenter.h +++ b/include/configs/CATcenter.h @@ -111,7 +111,7 @@ #define CONFIG_MII 1 /* MII PHY management */ #ifndef CONFIG_EXT_PHY #define CONFIG_PHY_ADDR 1 /* EMAC0 PHY address */ -#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */ +#define CONFIG_PHY1_ADDR 16 /* EMAC1 PHY address */ #else #define CONFIG_PHY_ADDR 2 /* PHY address */ #endif -- cgit v1.2.3