diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-21 09:45:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-21 09:45:30 -0600 |
commit | cfe57427c28763fd94e5bdcf89de9dabca4b1684 (patch) | |
tree | 986183b9ac59ea544222306f9f8c37d329088988 /net | |
parent | 5c8ef70f0872399b3764b2addf1ed27e22dc61b0 (diff) | |
parent | fa0f9e83a0654360506321e38c6d92888cb6f7ff (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- Two rswitch fixes and a clock fix
Diffstat (limited to 'net')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 76ab7d91eeb..489ac19f8d1 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -90,7 +90,7 @@ config TFTP_WINDOWSIZE config TFTP_TSIZE bool "Track TFTP transfers based on file size option" depends on CMD_TFTPBOOT - default y if (ARCH_OMAP2PLUS || ARCH_K3) + default y if (ARCH_OMAP2PLUS || ARCH_K3 || ARCH_RENESAS) help By default, TFTP progress bar is increased for each received UDP frame, which can lead into long time being spent for sending |