Re: [U-Boot] [PATCH 10/10] net: Display the size when tftpboot finishes

2014-10-23 Thread Simon Glass
On 10 October 2014 07:30, Simon Glass wrote: > If we know the file size, display it after loading the file. > > Signed-off-by: Simon Glass > --- > > net/tftp.c | 2 ++ > 1 file changed, 2 insertions(+) Applied to u-boot-x86/master. ___ U-Boot mailing

[U-Boot] [PATCH 10/10] net: Display the size when tftpboot finishes

2014-10-10 Thread Simon Glass
If we know the file size, display it after loading the file. Signed-off-by: Simon Glass --- net/tftp.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ static void tftp_complete(void