efi_loader: pass boot_policy to efi_load_image_from_path
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 4 Dec 2020 08:27:41 +0000 (09:27 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commitc06c55b1f5deb994ef7544f99419b4ab68f82e4f
tree9cbb116075cb3cfd4f1b59093aa70f14bbb41dfa
parentb6f11098c9a619f480582b26edd26c5b195c69f4
efi_loader: pass boot_policy to efi_load_image_from_path

Implementing support for loading images via the EFI_LOAD_FILE_PROTOCOL
requires the boot policy as input for efi_load_image_from_path().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c