diff options
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 |