]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/tftp.c
net/tftp: fix build if CMD_BOOTEFI is not set
authorJörg Krause <joerg.krause@embedded.rocks>
Fri, 15 Sep 2017 20:16:48 +0000 (22:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:40:05 +0000 (07:40 -0400)
commit64b8d7a677ce625c7dd30c040b32b606aea61745
tree9ad57aaa7212bd6a70cd65111fc93a21bea313eb
parent2fa73e784da105419b7d9d07d8f9d4a79afe531a
net/tftp: fix build if CMD_BOOTEFI is not set

Fixes:
net/tftp.c:811: undefined reference to `efi_set_bootdev'

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
net/tftp.c