summaryrefslogtreecommitdiff
path: root/include/configs/CPCI405.h
diff options
context:
space:
mode:
authorstroese <stroese>2003-05-23 11:38:22 +0000
committerstroese <stroese>2003-05-23 11:38:22 +0000
commit9919f13cc1d39c0fe4ff0162673afe657539d762 (patch)
treeca90192962a1cb9ae11e099f3ba168a45c48b002 /include/configs/CPCI405.h
parent071d897c96460c414786ef1d40f3e56f8d9fb8cb (diff)
DHCP support added.
Diffstat (limited to 'include/configs/CPCI405.h')
-rw-r--r--include/configs/CPCI405.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/CPCI405.h b/include/configs/CPCI405.h
index 845b47beb..d7fbe2e1e 100644
--- a/include/configs/CPCI405.h
+++ b/include/configs/CPCI405.h
@@ -69,7 +69,15 @@
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_PHY_ADDR 0 /* PHY address */
+#if 0 /* test-only */
+#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \
+ CONFIG_BOOTP_VENDOREX)
+#else
+#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT)
+#endif
+
#define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \
+ CFG_CMD_DHCP | \
CFG_CMD_PCI | \
CFG_CMD_IRQ | \
CFG_CMD_IDE | \