Re: [PATCH] configs: ti: enable TFTP_SIZE

2021-05-11 Thread Tero Kristo
On 11/05/2021 15:07, Tom Rini wrote: On Tue, May 11, 2021 at 10:40:15AM +0300, Tero Kristo wrote: 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: Te

Re: [PATCH] configs: ti: enable TFTP_SIZE

2021-05-11 Thread Tom Rini
On Tue, May 11, 2021 at 10:40:15AM +0300, Tero Kristo wrote: > 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 > --- > include/co

[PATCH] configs: ti: enable TFTP_SIZE

2021-05-11 Thread Tero Kristo
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 --- include/configs/ti_armv7_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git