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) | |
download | u-boot-imx-30b52df9e906bf0e465916c2c6bb5192b438e0b8.zip u-boot-imx-30b52df9e906bf0e465916c2c6bb5192b438e0b8.tar.gz u-boot-imx-30b52df9e906bf0e465916c2c6bb5192b438e0b8.tar.bz2 |
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
@@ -614,4 +614,4 @@ static void parse_multicast_oack(char *pkt, int len) #endif /* Multicast TFTP */ -#endif /* CFG_CMD_NET */ +#endif |