diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-11-03 11:35:42 -0500 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-13 21:31:26 -0800 | 
| commit | 6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc (patch) | |
| tree | f238a4a01f6612b4c7f23a460f196c4a90d41f87 /net/tftp.c | |
| parent | 4b142febff71eabdb7ddbb125c7b583b24ddc434 (diff) | |
| download | olio-uboot-2014.01-6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc.tar.xz olio-uboot-2014.01-6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc.zip | |
net: pull CONFIG checks out of source and into makefile
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'net/tftp.c')
| -rw-r--r-- | net/tftp.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/net/tftp.c b/net/tftp.c index cc60a3bd1..090aa945f 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -10,8 +10,6 @@  #include "tftp.h"  #include "bootp.h" -#if defined(CONFIG_CMD_NET) -  #define WELL_KNOWN_PORT	69		/* Well known TFTP port #		*/  #define TIMEOUT		5000UL		/* Millisecs to timeout for lost pkt */  #ifndef	CONFIG_NET_RETRY_COUNT @@ -690,5 +688,3 @@ static void parse_multicast_oack(char *pkt, int len)  }  #endif /* Multicast TFTP */ - -#endif |