]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/load.c
cmd/load: support uploading EFI binary via UART
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Mar 2021 02:50:57 +0000 (02:50 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Mar 2021 19:54:55 +0000 (20:54 +0100)
commit76b0a19022e22a5bbb84cd76d516bdb625a70417
tree8f4653693a5b4adbbea0949b008c6020dca85cc3
parent62df6e9c9994c66efd34afe710a64de27dd120bc
cmd/load: support uploading EFI binary via UART

When uploading an EFI binary via the UART we have to call
efi_set_bootdev() or we won't be able to execute it.

Put the includes into alphabetic order.

Fixes: 5f59518a7b1a ("efi_loader: setting boot device")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/load.c