diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2017-02-03 16:13:59 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-02-19 17:16:51 +0100 |
commit | dd9908da3f6dc95ef9c67d932e8beb31c64c257a (patch) | |
tree | ec4874817a80282efe2ebbeec63622d57b349a3e /include | |
parent | 9e9846a484768d387c65e0ad28960b9372648638 (diff) | |
download | u-boot-dd9908da3f6dc95ef9c67d932e8beb31c64c257a.zip u-boot-dd9908da3f6dc95ef9c67d932e8beb31c64c257a.tar.gz u-boot-dd9908da3f6dc95ef9c67d932e8beb31c64c257a.tar.bz2 |
imx6: tqma6: rely on default setting for tftp and nfs
Playing with USB-to-Ethernet dongles it turns out,
that these will not work with special settings
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tqma6.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index ceb4626..dce9c25 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -93,10 +93,6 @@ #define CONFIG_MII #define CONFIG_ARP_TIMEOUT 200UL -/* Network config - Allow larger/faster download for TFTP/NFS */ -#define CONFIG_IP_DEFRAG -#define CONFIG_TFTP_BLOCKSIZE 4096 -#define CONFIG_NFS_READ_SIZE 4096 /* Command definition */ #define CONFIG_CMD_BMODE |