From: Tim Harvey Date: Wed, 8 Apr 2015 19:54:31 +0000 (-0700) Subject: imx: ventana: disable 4k tftp/nfs packets X-Git-Tag: KARO-TX6-2015-09-18~3068 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8fd6b7a5c14185470c406d2b384ac1c4f580f1c;p=karo-tx-uboot.git imx: ventana: disable 4k tftp/nfs packets I've encountered issues when using 4k packets through certain switches. For now disable this and go back to using MTU size packets. Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 91afb15802..e769e27719 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -114,11 +114,6 @@ #define CONFIG_CMD_UBIFS #define CONFIG_DOS_PARTITION -/* Network config - Allow larger/faster download for TFTP/NFS */ -#define CONFIG_IP_DEFRAG -#define CONFIG_TFTP_BLOCKSIZE 4096 -#define CONFIG_NFS_READ_SIZE 4096 - /* * SATA Configs */