Skip to content

Commit

Permalink
efi/arm*: esrt: Add missing call to efi_esrt_init()
Browse files Browse the repository at this point in the history
ESRT support is built by default for all architectures that define
CONFIG_EFI. However, this support was not wired up yet for ARM/arm64,
since efi_esrt_init() was never called. So add the missing call.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Jones <pjones@redhat.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
  • Loading branch information
Ard Biesheuvel authored and Matt Fleming committed Sep 9, 2016
1 parent f58a37b commit 2ead308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/efi/arm-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ void __init efi_init(void)

reserve_regions();
efi_memattr_init();
efi_esrt_init();
efi_memmap_unmap();

memblock_reserve(params.mmap & PAGE_MASK,
Expand Down

0 comments on commit 2ead308

Please sign in to comment.