Skip to content

Commit a720c7e

Browse files
Ard Biesheuvelmfleming
authored andcommitted
efi/arm*: esrt: Add missing call to efi_esrt_init()
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>
1 parent 4f8055d commit a720c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/efi/arm-init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ void __init efi_init(void)
247247

248248
reserve_regions();
249249
efi_memattr_init();
250+
efi_esrt_init();
250251
efi_memmap_unmap();
251252

252253
memblock_reserve(params.mmap & PAGE_MASK,

0 commit comments

Comments
 (0)