U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: ti: enable TFTP_SIZE
@ 2021-05-11  7:40 Tero Kristo
  2021-05-11 12:07 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Tero Kristo @ 2021-05-11  7:40 UTC (permalink / raw)
  To: u-boot

This fits the TFTP progress bar on single line based on the size of the
file being downloaded, reducing unnecessary spam and also making it
easier to track the download progress.

Signed-off-by: Tero Kristo <kristo@kernel.org>
---
 include/configs/ti_armv7_common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index f13e9e5264..f40089a3fd 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -205,6 +205,8 @@
 		"run netloadfdt; " \
 		"run netargs; " \
 		"bootz ${loadaddr} - ${fdtaddr}\0"
+
+#define CONFIG_TFTP_TSIZE
 #else
 #define NETARGS ""
 #endif
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-11 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-11  7:40 [PATCH] configs: ti: enable TFTP_SIZE Tero Kristo
2021-05-11 12:07 ` Tom Rini
2021-05-11 12:37   ` Tero Kristo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox