]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: tftpput: Rename TFTP to TFTPGET
authorSimon Glass <sjg@chromium.org>
Mon, 24 Oct 2011 18:00:02 +0000 (18:00 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:33:42 +0000 (21:33 +0200)
commite4bf0c5cfe1d7b2059a6802c9e11d567c928dbb1
treeb7119fed80e0e6bca1062215762c8ee2e414e747
parent4793ee6522f10a3d108de7e47adbcf5f15eb3f46
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>
board/hymod/bsp.c
board/hymod/fetch.c
common/cmd_elf.c
common/cmd_net.c
common/update.c
include/net.h
net/net.c