diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-08-15 11:55:35 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-15 20:52:49 +0200 |
commit | 30b52df9e906bf0e465916c2c6bb5192b438e0b8 (patch) | |
tree | d9bb981ea5267460a38269a7ef5ffb0b654a3144 /net | |
parent | 210f463c71917b7a4495c2103c228b9c179ae64d (diff) |
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')
-rw-r--r-- | net/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tftp.c b/net/tftp.c index 888ec987cfc..d6db91c0584 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 |