commit | d6c5f55fd6bfb800a6af071f0899f43cefc156ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 24 18:00:02 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 26 21:33:42 2011 +0200 |
tree | b7119fed80e0e6bca1062215762c8ee2e414e747 | |
parent | 230467c3a2ee79db2758076c199b48ec7058c8e2 [diff] |
net: tftpput: Rename TFTP to TFTPGET This is a better name for this protocol. Also remove the typedef to keep checkpatch happy, and move zeroing of NetBootFileXferSize a little earlier since TFTPPUT will need to change this. Signed-off-by: Simon Glass <sjg@chromium.org>