]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/tftp.c
net: Display the size when tftpboot finishes
[karo-tx-uboot.git] / net / tftp.c
index 966d1cfba360ce7e7505dd5f806ce13543b0654c..0a2c53302cab1edacacd88f439b888f4837e7d4a 100644 (file)
@@ -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) {