diff options
Diffstat (limited to 'include/configs/CATcenter.h')
-rw-r--r-- | include/configs/CATcenter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h index 8135927..61022e8 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 |