summaryrefslogtreecommitdiff
path: root/net/bootp.c
diff options
context:
space:
mode:
authorBen Warren <bwarren@saruman.qstreams.net>2007-11-06 10:17:40 -0500
committerBen Warren <bwarren@saruman.qstreams.net>2007-11-06 10:17:40 -0500
commit881cf02f47390c7515f4e11727a473ab042d6d76 (patch)
tree20ff9f08732a760022a8c09db74bbbf2538d8776 /net/bootp.c
parente34a0438923a55aeb3fae8fc31ff41230969abaf (diff)
parent992742a5b09d9040adbd156fb90756af66ade310 (diff)
downloadolio-uboot-2014.01-881cf02f47390c7515f4e11727a473ab042d6d76.tar.xz
olio-uboot-2014.01-881cf02f47390c7515f4e11727a473ab042d6d76.zip
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'net/bootp.c')
-rw-r--r--net/bootp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bootp.c b/net/bootp.c
index cfe6f8dd6..55dcc81db 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -979,7 +979,6 @@ void DhcpRequest(void)
{
BootpRequest();
}
-#endif
-
-#endif
+#endif /* CONFIG_CMD_DHCP */
+#endif /* CONFIG_CMD_NET */