summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-10-24 18:00:05 +0000
committerGerrit <chrome-bot@google.com>2011-11-17 18:11:28 -0800
commit3039845847edd5fd7ac122b3c65aa20b280c10eb (patch)
treefbd341767bfcc216d3613f06032ead3431b91cc3 /include
parent78a82e4bab98d224528e81ee57e37e0a9b9b2628 (diff)
BACKPORT: net: tftpput: Support selecting get/put for tftp
TftpStart should support starting either a get or a put. (cherry-picked from 58f317d) Change-Id: Ic221520a1c7cb00536a42d3ab531efbcaba35bf6 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/11799
Diffstat (limited to 'include')
-rw-r--r--include/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index c5a1c65fbc..28c3f8c2d1 100644
--- a/include/net.h
+++ b/include/net.h
@@ -385,7 +385,7 @@ extern int NetRestartWrap; /* Tried all network devices */
enum proto_t {
BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP,
- TFTPSRV
+ TFTPSRV, TFTPPUT
};
/* from net/net.c */