From baa6f0f1b1fb0d6370181eefb60ad2cf06bbc361 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 6 Aug 2015 00:47:09 +0200 Subject: apalis/colibri_t20/t30: increase tftp blocksize Enable CONFIG_IP_DEFRAG and set CONFIG_TFTP_BLOCKSIZE to 16384. This increases the tftp download speed considerably. While at it enable CONFIG_TFTP_TSIZE which limits the progress bar to fifty '#' independent of the downloaded file size. Signed-off-by: Max Krummenacher Signed-off-by: Marcel Ziswiler Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- include/configs/colibri_t20.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/colibri_t20.h') diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 15bb7b272d..09a65d544d 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -46,6 +46,9 @@ /* General networking support */ #define CONFIG_CMD_DHCP +#define CONFIG_IP_DEFRAG +#define CONFIG_TFTP_BLOCKSIZE 1536 +#define CONFIG_TFTP_TSIZE /* LCD support */ #define CONFIG_LCD -- cgit v1.2.1