nrhw: enable IP fragmentation, tftp transfer size

TFTP blocksize can be increased with tftpblocksize
env variable to speed up transfers.

BugzID: 61739
This commit is contained in:
Rene Straub 2020-02-25 20:24:03 +01:00 committed by Ramon Moesching
parent 7c3defb4e0
commit 6fabed9c5d
3 changed files with 9 additions and 0 deletions

View File

@ -269,6 +269,9 @@ int eth_phy_timeout(void);
#endif
/* Network. */
#define CONFIG_IP_DEFRAG /* so we can use large tftp blocks */
#define CONFIG_TFTP_TSIZE /* tftp transfer size, progress bar */
#define CONFIG_PHYLIB
#define CONFIG_PHY_SMSC

View File

@ -282,6 +282,9 @@ int eth_phy_timeout(void);
#endif
/* Network. */
#define CONFIG_IP_DEFRAG /* so we can use large tftp blocks */
#define CONFIG_TFTP_TSIZE /* tftp transfer size, progress bar */
#define CONFIG_PHYLIB
/* Ethernet Switch Support */

View File

@ -267,6 +267,9 @@ int eth_phy_timeout(void);
#endif
/* Network. */
#define CONFIG_IP_DEFRAG /* so we can use large tftp blocks */
#define CONFIG_TFTP_TSIZE /* tftp transfer size, progress bar */
#define CONFIG_PHYLIB
#define CONFIG_PHY_SMSC