From 5ceea6914f87836a1aa651df097708e4aec9c16f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 28 May 2015 10:55:22 +0200 Subject: colibri_vf: increase tftp block size Enable CONFIG_IP_DEFRAG and set CONFIG_TFTP_BLOCKSIZE to 16384. This increases the tftp download speed from ~2.5 to ~8.2MiB/s. While at it enable CONFIG_TFTP_TSIZE which limits the progress bar to 50 '#' indepent off the downloaded file size. --- include/configs/colibri_vf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 7ede7366f23..8d10aa47e57 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -131,6 +131,9 @@ #define CONFIG_FEC_MXC_PHYADDR 0 #define CONFIG_PHYLIB #define CONFIG_PHY_MICREL +#define CONFIG_TFTP_TSIZE +#define CONFIG_IP_DEFRAG +#define CONFIG_TFTP_BLOCKSIZE 16384 #define CONFIG_IPADDR 192.168.10.2 #define CONFIG_NETMASK 255.255.255.0 -- cgit v1.2.3