summaryrefslogtreecommitdiffstats
path: root/board/hymod/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hymod/fetch.c')
-rw-r--r--board/hymod/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hymod/fetch.c b/board/hymod/fetch.c
index e121d5565e..f5f9582e95 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);
}
OpenPOWER on IntegriCloud