From 6fabed9c5d40ae33deaaf72d7216b406ad51151a Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Tue, 25 Feb 2020 20:24:03 +0100 Subject: [PATCH] nrhw: enable IP fragmentation, tftp transfer size TFTP blocksize can be increased with tftpblocksize env variable to speed up transfers. BugzID: 61739 --- include/configs/am335x_nmhw21.h | 3 +++ include/configs/am335x_nrhw20.h | 3 +++ include/configs/am335x_nrhw24.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/include/configs/am335x_nmhw21.h b/include/configs/am335x_nmhw21.h index f596c955a2..073384ed69 100644 --- a/include/configs/am335x_nmhw21.h +++ b/include/configs/am335x_nmhw21.h @@ -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 diff --git a/include/configs/am335x_nrhw20.h b/include/configs/am335x_nrhw20.h index 66109b5717..8a70fc8718 100644 --- a/include/configs/am335x_nrhw20.h +++ b/include/configs/am335x_nrhw20.h @@ -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 */ diff --git a/include/configs/am335x_nrhw24.h b/include/configs/am335x_nrhw24.h index 1a0c04b023..901d46272a 100644 --- a/include/configs/am335x_nrhw24.h +++ b/include/configs/am335x_nrhw24.h @@ -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