commit | 7dbd7dd399a8b0fe17a4ce1da421b48c0621532b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 02:50:57 2021 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 25 20:12:49 2021 +0100 |
tree | 6a62b34114b5215a40a54d87813bed1919468c5f | |
parent | f027222ad8c7488bab6f4e5b6ab77104081842c6 [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>