diff options
author | stroese <stroese> | 2005-07-01 15:53:57 +0000 |
---|---|---|
committer | stroese <stroese> | 2005-07-01 15:53:57 +0000 |
commit | 3c71f3e8aa4d74bc5b43dc55f9be893afbc13497 (patch) | |
tree | c237e7be138c120f7ab30800f691a746c99649d9 /include | |
parent | bf41886f9debbce587519c605ca7d6f720c13e68 (diff) | |
download | u-boot-imx-3c71f3e8aa4d74bc5b43dc55f9be893afbc13497.zip u-boot-imx-3c71f3e8aa4d74bc5b43dc55f9be893afbc13497.tar.gz u-boot-imx-3c71f3e8aa4d74bc5b43dc55f9be893afbc13497.tar.bz2 |
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
Diffstat (limited to 'include')
-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 |