mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user