1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 14:37:09 +01:00

efi_loader: pass system table in loaded image protocol

The system table must be passed as a pointer in the loaded image
protocol.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Heinrich Schuchardt
2018-08-26 15:31:52 +02:00
committed by Alexander Graf
parent e470efd2d9
commit 7e1effcef6

View File

@@ -1492,6 +1492,7 @@ efi_status_t efi_setup_loaded_image(
info->revision = EFI_LOADED_IMAGE_PROTOCOL_REVISION;
info->file_path = file_path;
info->system_table = &systab;
if (device_path) {
info->device_handle = efi_dp_find_obj(device_path, NULL);