commit | 85b1980273084c844c911c14f70cc11f27fd25ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 11 13:57:36 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Sat Dec 15 12:28:22 2012 -0600 |
tree | 6b3bcec0008b2eebee29f0857399da98bedfe6c1 | |
parent | d8fb710fdd0d85e0129385d683c6ae42db411ea1 [diff] |
net: Add tftp speed indication This prints a tftp speed indication after the download completes. This is the 3.6 MiB/s indicator below. Tegra2 (SeaBoard) # tftp ... Using asx0 device TFTP from server 172.22.72.144; our IP address is 172.22.73.81 Filename '/tftpboot/uImage-user-seaboard-1'. Load address: 0x408000 Loading: ################################################# 3.6 MiB/s done Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il>