diff options
| author | Markus Niebel <[email protected]> | 2017-02-03 16:13:59 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-02-19 17:16:51 +0100 |
| commit | dd9908da3f6dc95ef9c67d932e8beb31c64c257a (patch) | |
| tree | ec4874817a80282efe2ebbeec63622d57b349a3e /include | |
| parent | 9e9846a484768d387c65e0ad28960b9372648638 (diff) | |
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 <[email protected]>
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 ceb4626373e..dce9c259439 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 |
