summaryrefslogtreecommitdiffstats
path: root/include/configs/VOM405.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-11-15 10:35:59 +0100
committerStefan Roese <sr@denx.de>2005-11-15 10:35:59 +0100
commitfeaedfcf84c92599c0b805f66cc8a628d82411f0 (patch)
tree82c6d3e4af8ce6e4745de86f1b401b6959056ef4 /include/configs/VOM405.h
parent3ada834e30a0742991209140049035c626ccea85 (diff)
downloadtalos-obmc-uboot-feaedfcf84c92599c0b805f66cc8a628d82411f0.tar.gz
talos-obmc-uboot-feaedfcf84c92599c0b805f66cc8a628d82411f0.zip
New PPC 405EP board added: CMS700
Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
Diffstat (limited to 'include/configs/VOM405.h')
-rw-r--r--include/configs/VOM405.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h
index 64b6c537ee..f2f3ea7cc4 100644
--- a/include/configs/VOM405.h
+++ b/include/configs/VOM405.h
@@ -52,9 +52,13 @@
#define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
+#define CONFIG_NET_MULTI 1
+#undef CONFIG_HAS_ETH1
+
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_PHY_ADDR 0 /* PHY address */
#define CONFIG_LXT971_NO_SLEEP 1 /* disable sleep mode in LXT971 */
+#define CONFIG_RESET_PHY_R 1 /* use reset_phy() to disable phy sleep mode */
#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \
CONFIG_BOOTP_DNS | \
OpenPOWER on IntegriCloud