X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Ftftp.c;h=ced45ec1f1f4aa836670115a8be30bf2e507b291;hb=ead66ab6dfc6fcf8bbd4d056e0a03b915c0e4450;hp=f2889fe4c9bda3ab1338b9b0f68aa822947f7c4a;hpb=f5fb734672f3fc78f63ed6a14cbdca2251ba3415;p=u-boot diff --git a/net/tftp.c b/net/tftp.c index f2889fe4c9..ced45ec1f1 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -8,6 +8,7 @@ #include #include +#include #include #include #include @@ -804,6 +805,7 @@ void tftp_start(enum proto_t protocol) printf("Load address: 0x%lx\n", load_addr); puts("Loading: *\b"); tftp_state = STATE_SEND_RRQ; + efi_set_bootdev("Net", "", tftp_filename); } time_start = get_timer(0);