mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
4b142febff
commit
6ac59c5518
7 changed files with 9 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue