summaryrefslogtreecommitdiff
path: root/include/configs/PPChameleonEVB.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-06 23:53:59 +0000
committerwdenk <wdenk>2004-06-06 23:53:59 +0000
commitcea655a224456d043192156fb2d44a0896194adc (patch)
tree4bd5303a7e9b87df12ca56ddda0e42bc674ac4bb /include/configs/PPChameleonEVB.h
parenta56bd92289298bde16306bcc754277db45315d2f (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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h
index c9e52e2a4..0c9b6dd7e 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