diff options
author | wdenk <wdenk> | 2004-06-06 23:53:59 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-06 23:53:59 +0000 |
commit | cea655a224456d043192156fb2d44a0896194adc (patch) | |
tree | 4bd5303a7e9b87df12ca56ddda0e42bc674ac4bb /include/configs/PPChameleonEVB.h | |
parent | a56bd92289298bde16306bcc754277db45315d2f (diff) |
Add support for the second Ethernet interface for the 'PPChameleon' board.
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r-- | include/configs/PPChameleonEVB.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index c9e52e2a4a7..0c9b6dd7e4c 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -77,10 +77,12 @@ #undef CONFIG_EXT_PHY +#define CONFIG_NET_MULTI 1 #define CONFIG_MII 1 /* MII PHY management */ #ifndef CONFIG_EXT_PHY -#define CONFIG_PHY_ADDR 1 /* PHY address */ +#define CONFIG_PHY_ADDR 0 /* EMAC0 PHY address */ +#define CONFIG_PHY1_ADDR 1 /* EMAC1 PHY address */ #else #define CONFIG_PHY_ADDR 2 /* PHY address */ #endif |