summaryrefslogtreecommitdiffstats
path: root/include/cmd_confdefs.h
diff options
context:
space:
mode:
authorstroese <stroese>2003-08-28 14:17:32 +0000
committerstroese <stroese>2003-08-28 14:17:32 +0000
commitfe389a82c9f9f29c54768e3b3ac947487ff85d59 (patch)
treefcc90efe718cf41f033b77417c87aa79cabf6464 /include/cmd_confdefs.h
parentd94f92cbd7f4a4d3bf0d5d963b709c686e8f6633 (diff)
downloadblackbird-obmc-uboot-fe389a82c9f9f29c54768e3b3ac947487ff85d59.tar.gz
blackbird-obmc-uboot-fe389a82c9f9f29c54768e3b3ac947487ff85d59.zip
- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r--include/cmd_confdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h
index 8b8b0f58e7..d7f1fd4fed 100644
--- a/include/cmd_confdefs.h
+++ b/include/cmd_confdefs.h
@@ -148,6 +148,8 @@
#define CONFIG_BOOTP_BOOTPATH 0x00000010
#define CONFIG_BOOTP_BOOTFILESIZE 0x00000020
#define CONFIG_BOOTP_DNS 0x00000040
+#define CONFIG_BOOTP_DNS2 0x00000080
+#define CONFIG_BOOTP_SEND_HOSTNAME 0x00000100
#define CONFIG_BOOTP_VENDOREX 0x80000000
OpenPOWER on IntegriCloud