From e4bf0c5cfe1d7b2059a6802c9e11d567c928dbb1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 24 Oct 2011 18:00:02 +0000 Subject: 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 --- board/hymod/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/hymod/fetch.c') diff --git a/board/hymod/fetch.c b/board/hymod/fetch.c index e121d5565..f5f9582e9 100644 --- a/board/hymod/fetch.c +++ b/board/hymod/fetch.c @@ -55,7 +55,7 @@ fetch_and_parse (char *fn, ulong addr, int (*cback)(uchar *, uchar *)) load_addr = addr; NetBootFileXferSize = 0; - if (NetLoop (TFTP) == 0) { + if (NetLoop(TFTPGET) == 0) { printf ("tftp transfer of file '%s' failed\n", fn); return (0); } -- cgit v1.2.3-70-g09d2