summaryrefslogtreecommitdiff
path: root/include/configs/rpi.h
diff options
context:
space:
mode:
authorTero Kristo <kristo@kernel.org>2021-05-12 11:03:04 +0300
committerTom Rini <trini@konsulko.com>2021-06-09 04:38:51 +0300
commit2509493cc1482b2b07ea6fd883960cd6bc068af5 (patch)
tree2cb15b0d850dfe5c497e5aafc76a53db40371a94 /include/configs/rpi.h
parentda29243251651e631d916b3554ad1ee57134793b (diff)
downloadu-boot-2509493cc1482b2b07ea6fd883960cd6bc068af5.tar.xz
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/rpi.h')
-rw-r--r--include/configs/rpi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 834f1cd236..bcfcfff68b 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -68,10 +68,6 @@
#define CONFIG_LCD_DT_SIMPLEFB
#define CONFIG_VIDEO_BCM2835
-#ifdef CONFIG_CMD_USB
-#define CONFIG_TFTP_TSIZE
-#endif
-
/* DFU over USB/UDC */
#ifdef CONFIG_CMD_DFU
#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_1M