commit | 76b0a19022e22a5bbb84cd76d516bdb625a70417 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 02:50:57 2021 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 20:54:55 2021 +0100 |
tree | 8f4653693a5b4adbbea0949b008c6020dca85cc3 | |
parent | 62df6e9c9994c66efd34afe710a64de27dd120bc [diff] |
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>