1
0
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:
Simon Glass
2011-10-24 18:00:05 +00:00
committed by Wolfgang Denk
parent e4cde2f70d
commit 58f317d182
4 changed files with 4 additions and 5 deletions

View File

@@ -595,8 +595,7 @@ TftpTimeout(void)
}
void
TftpStart(void)
void TftpStart(enum proto_t protocol)
{
char *ep; /* Environment pointer */