summaryrefslogtreecommitdiffstats
path: root/net/bootp.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-10-24 18:00:05 +0000
committerWolfgang Denk <wd@denx.de>2011-10-26 21:34:44 +0200
commit58f317d1823c34b41990f21931d143a6606f5507 (patch)
tree62ec42cc1c56ab96622a8487708fb2e16e0e4eb8 /net/bootp.c
parente4cde2f70d2377fdf484cbbc1729b188f81b8ec8 (diff)
downloadtalos-obmc-uboot-58f317d1823c34b41990f21931d143a6606f5507.tar.gz
talos-obmc-uboot-58f317d1823c34b41990f21931d143a6606f5507.zip
net: tftpput: Support selecting get/put for tftp
TftpStart should support starting either a get or a put. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/bootp.c')
-rw-r--r--net/bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bootp.c b/net/bootp.c
index 73470f2d46..b703f428ca 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -165,7 +165,7 @@ static void auto_load(void)
}
#endif
}
- TftpStart();
+ TftpStart(TFTPGET);
}
#if !defined(CONFIG_CMD_DHCP)
OpenPOWER on IntegriCloud