]> git.sur5r.net Git - u-boot/blobdiff - net/bootp.h
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / net / bootp.h
index 8e52aec726d8b2d2838e9a466523b00486890248..ba9826e914cb9aaf2bcb2e14103e846ac9b94690 100644 (file)
@@ -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