summaryrefslogtreecommitdiffstats
path: root/net/bootp.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:45:14 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:45:14 -0500
commit643d1ab23960950b52e0a2803c2d3ea4c558fa01 (patch)
treea68314be3734c91277645b398ae75cac97f57a30 /net/bootp.h
parentcb51c0bf88f95a1bca68324b0126f8eed8b43273 (diff)
downloadtalos-obmc-uboot-643d1ab23960950b52e0a2803c2d3ea4c558fa01.tar.gz
talos-obmc-uboot-643d1ab23960950b52e0a2803c2d3ea4c558fa01.zip
net/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'net/bootp.h')
-rw-r--r--net/bootp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bootp.h b/net/bootp.h
index 8e52aec726..ba9826e914 100644
--- a/net/bootp.h
+++ b/net/bootp.h
@@ -18,7 +18,7 @@
/*
* BOOTP header.
*/
-#if (CONFIG_COMMANDS & CFG_CMD_DHCP) || defined(CONFIG_CMD_DHCP)
+#if defined(CONFIG_CMD_DHCP)
#define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */
#else
#define OPT_SIZE 64
OpenPOWER on IntegriCloud