summaryrefslogtreecommitdiffstats
path: root/net/tftp.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-08-15 11:55:35 -0500
committerWolfgang Denk <wd@denx.de>2007-08-15 20:52:49 +0200
commit30b52df9e906bf0e465916c2c6bb5192b438e0b8 (patch)
treed9bb981ea5267460a38269a7ef5ffb0b654a3144 /net/tftp.c
parent210f463c71917b7a4495c2103c228b9c179ae64d (diff)
downloadblackbird-obmc-uboot-30b52df9e906bf0e465916c2c6bb5192b438e0b8.tar.gz
blackbird-obmc-uboot-30b52df9e906bf0e465916c2c6bb5192b438e0b8.zip
86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
Remove a leftover in net/tftp.c while we're at it. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'net/tftp.c')
-rw-r--r--net/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tftp.c b/net/tftp.c
index 888ec987cf..d6db91c058 100644
--- a/net/tftp.c
+++ b/net/tftp.c
@@ -614,4 +614,4 @@ static void parse_multicast_oack(char *pkt, int len)
#endif /* Multicast TFTP */
-#endif /* CFG_CMD_NET */
+#endif
OpenPOWER on IntegriCloud