]> 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>
Fri, 19 Mar 2021 19:54:55 +0000 (20:54 +0100)
commitcc1a3da1ef2210ae244a0184b1a7e6fab948fd9b
tree8f4653693a5b4adbbea0949b008c6020dca85cc3
parent0bbb2e9afdcdcbe7b5b60a53d2f2a5cf2aec30d1
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