X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Ftftp.c;h=ced45ec1f1f4aa836670115a8be30bf2e507b291;hb=cfb37772a1a5ce011651ac67d1c6abb77687ab89;hp=f2889fe4c9bda3ab1338b9b0f68aa822947f7c4a;hpb=e573bdb324c78fac56655a493bea843842c9d9f8;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);