mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
e4cde2f70d
commit
58f317d182
@@ -367,7 +367,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 */
|
||||
|
Reference in New Issue
Block a user