projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ce6fe
)
imx: ventana: disable 4k tftp/nfs packets
author
Tim Harvey
<tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:31 +0000
(12:54 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 22 Apr 2015 12:39:06 +0000
(14:39 +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
patch
|
blob
|
history
diff --git
a/include/configs/gw_ventana.h
b/include/configs/gw_ventana.h
index 620f9501d255741c921d699713fd779a3e9b4774..e60173f7704726874bad51693e0af5985a8981ce 100644
(file)
--- 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
*/