]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: renesas: Enable TFTP_TSIZE on all Renesas hardware
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 18 Dec 2024 19:41:28 +0000 (20:41 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 20 Dec 2024 21:20:37 +0000 (22:20 +0100)
TFTP transfer size can be used to re-size the TFTP progress bar on
single line based on the server reported file size. Enable it by
default for Renesas hardware to avoid long scrolling walls of '#'
character during long TFTP transfers.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
net/Kconfig

index 76ab7d91eebbe7802a634a48c46dca45e8fc9f6d..489ac19f8d110a8e47b1bb39841fca4ede041c99 100644 (file)
@@ -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