]> git.baikalelectronics.ru Git - uboot.git/commit
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>
Thu, 25 Mar 2021 19:12:49 +0000 (20:12 +0100)
commit3981c8e934e70c100e03508224688b79cd5df0a3
tree6a62b34114b5215a40a54d87813bed1919468c5f
parent0aa9740c4f53d1c88ad4d2dc2a5cb2b5bd6b40a0
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: 5f07bb835de4 ("efi_loader: setting boot device")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/load.c