u-boot/net
Patrick Delaunay 31d275b095 net: tftp: remove TFTP_MTU_BLOCKSIZE
Remove the unneeded define TFTP_MTU_BLOCKSIZE.
Since the KConfig migration done by commit b618b37076 ("net:
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig"), CONFIG_TFTP_BLOCKSIZE
is always defined and can be used directly to avoid confusion
(fallback to 1468 in code is never used).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2020-04-27 14:55:29 -04:00
..
arp.c
arp.h
bootp.c env: Move env_get_ulong() to env.h 2019-08-11 16:43:41 -04:00
bootp.h
cdp.c
cdp.h
dns.c env: Move env_set() to env.h 2019-08-11 16:43:41 -04:00
dns.h
eth-uclass.c net: eth-uclass: Fix message if mac is coming from DT or ROM 2020-04-06 12:52:45 +02:00
eth_common.c env: Drop environment.h header file where not needed 2019-08-11 16:43:41 -04:00
eth_internal.h
eth_legacy.c net: Always build the string_to_enetaddr() helper 2019-12-09 09:47:41 -06:00
fastboot.c
Kconfig net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE 2020-04-27 14:55:29 -04:00
link_local.c common: Move random-number functions into their own header 2019-12-02 18:23:07 -05:00
link_local.h
Makefile net: Move the checksum functions to lib/ 2019-12-15 11:43:57 +08:00
mdio-mux-uclass.c
mdio-uclass.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
net.c net: convert NET_MAXDEFRAG to Kconfig 2020-02-13 10:10:50 -05:00
net_rand.h
nfs.c common: Move the image globals into image.h 2020-01-17 14:02:35 -05:00
nfs.h net: nfs: remove superfluous packed attribute 2019-09-04 11:37:19 -05:00
pcap.c net: introduce packet capture support 2019-09-04 11:37:19 -05:00
ping.c
ping.h
rarp.c
rarp.h
sntp.c
sntp.h
tftp.c net: tftp: remove TFTP_MTU_BLOCKSIZE 2020-04-27 14:55:29 -04:00
wol.c env: Drop environment.h header file where not needed 2019-08-11 16:43:41 -04:00
wol.h