]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: disable 4k tftp/nfs packets
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:31 +0000 (12:54 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:42:47 +0000 (14:42 +0200)
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 <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 91afb15802b8e1765637d8372251063b26af8e8a..e769e2771901298bf3f559d9a8857366ee830f33 100644 (file)
 #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
  */