commit | a89adb09fc74b97eb761dbf169d5cce66daddc3f | [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 | 26fce538b6e49222b34c79df3630dddd4d8603d4 [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>