commit | e4bf0c5cfe1d7b2059a6802c9e11d567c928dbb1 | [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 | 4793ee6522f10a3d108de7e47adbcf5f15eb3f46 [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>