commit | c8f0a5cdabacee0c7507f82548a138453f56f623 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 07:30:21 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 21:50:33 2014 -0600 |
tree | c20ee4e06f7f0c96a8b5cf9071adc047724c5113 | |
parent | feeab795f7eeddb046d9002b8b87306035103bda [diff] |
net: Display the size when tftpboot finishes If we know the file size, display it after loading the file. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/net/tftp.c b/net/tftp.c index 966d1cf..0a2c533 100644 --- a/net/tftp.c +++ b/net/tftp.c
@@ -299,6 +299,8 @@ putc('#'); TftpNumchars++; } + puts(" "); + print_size(TftpTsize, ""); #endif time_start = get_timer(time_start); if (time_start > 0) {