From: Tim Harvey Date: Wed, 8 Apr 2015 19:54:31 +0000 (-0700) Subject: imx: ventana: disable 4k tftp/nfs packets X-Git-Tag: v2015.07-rc1~63^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=306568d35a090bbcb6ad58f0fa6be4ec720666b5;p=platform%2Fkernel%2Fu-boot.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 620f950..e60173f 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -115,11 +115,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 */