]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
apalis/colibri_t20/t30: increase tftp blocksize
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 5 Aug 2015 22:47:09 +0000 (00:47 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:17 +0000 (10:23 +0200)
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 <max.krummenacher@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/apalis_t30.h
include/configs/colibri_t20.h
include/configs/colibri_t30.h

index 7e8ffaeb231ac0a063a120cd6cb268e854be3093..27c013baba8442a82d83301e90fc22fb64d80e43 100644 (file)
@@ -58,6 +58,9 @@
 
 /* General networking support */
 #define CONFIG_CMD_DHCP
+#define CONFIG_IP_DEFRAG
+#define CONFIG_TFTP_BLOCKSIZE          16384
+#define CONFIG_TFTP_TSIZE
 
 /* Miscellaneous commands */
 #define CONFIG_FAT_WRITE
index 15bb7b272da7077ee9f9134db24d2c76f1683755..09a65d544d0f2c6e09e781665ed545c12ac4e577 100644 (file)
@@ -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
index f10fa161a70b263636e1ccbf17537c48d4af5862..25885d4431355acdce5e14e51eac9c0d3f19efc5 100644 (file)
@@ -51,6 +51,9 @@
 
 /* General networking support */
 #define CONFIG_CMD_DHCP
+#define CONFIG_IP_DEFRAG
+#define CONFIG_TFTP_BLOCKSIZE          16384
+#define CONFIG_TFTP_TSIZE
 
 /* Miscellaneous commands */
 #define CONFIG_FAT_WRITE