mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
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>
This commit is contained in:
parent
c0561d14c5
commit
8104f54629
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ static void tftp_complete(void)
|
|||
putc('#');
|
||||
TftpNumchars++;
|
||||
}
|
||||
puts(" ");
|
||||
print_size(TftpTsize, "");
|
||||
#endif
|
||||
time_start = get_timer(time_start);
|
||||
if (time_start > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue