diff options
author | Tero Kristo <kristo@kernel.org> | 2021-05-12 11:03:04 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-08 21:38:51 -0400 |
commit | 2509493cc1482b2b07ea6fd883960cd6bc068af5 (patch) | |
tree | 2cb15b0d850dfe5c497e5aafc76a53db40371a94 /include/configs/octeontx2_common.h | |
parent | da29243251651e631d916b3554ad1ee57134793b (diff) | |
download | u-boot-2509493cc1482b2b07ea6fd883960cd6bc068af5.tar.gz |
net: convert TFTP_TSIZE to proper Kconfig option
TFTP transfer size can be used to re-size the TFTP progress bar on
single line based on the server reported file size. The support for
this has been around from 2019, but it was never converted to proper
Kconfig.
While adding this new Kconfig, enable it by default for OMAP2+ and K3
devices also.
Signed-off-by: Tero Kristo <kristo@kernel.org>
Diffstat (limited to 'include/configs/octeontx2_common.h')
-rw-r--r-- | include/configs/octeontx2_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h index 7c585ad9e2..280089617f 100644 --- a/include/configs/octeontx2_common.h +++ b/include/configs/octeontx2_common.h @@ -28,9 +28,6 @@ /* Allow environment variable to be overwritten */ #define CONFIG_ENV_OVERWRITE -/** Reduce hashes printed out */ -#define CONFIG_TFTP_TSIZE - /* Autoboot options */ #define CONFIG_RESET_TO_RETRY #define CONFIG_BOOT_RETRY_TIME -1 |