summaryrefslogtreecommitdiffstats
path: root/net/tftp.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 11:05:02 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 11:05:02 -0500
commit610f2e9c28a9c101e09fa1b78143cf5f00ed1593 (patch)
treefabf3bc00fbe07078a187c7f62a0504bac8ff450 /net/tftp.c
parent902531788376046da212afd1661cffb62f3daa1c (diff)
downloadblackbird-obmc-uboot-610f2e9c28a9c101e09fa1b78143cf5f00ed1593.tar.gz
blackbird-obmc-uboot-610f2e9c28a9c101e09fa1b78143cf5f00ed1593.zip
net/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. 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 c188243ef5..d56e30b5b5 100644
--- a/net/tftp.c
+++ b/net/tftp.c
@@ -386,4 +386,4 @@ TftpStart (void)
TftpSend ();
}
-#endif /* CFG_CMD_NET */
+#endif
OpenPOWER on IntegriCloud