Skip to content

Commit 2ead308

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 <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Jones <[email protected]> Signed-off-by: Matt Fleming <[email protected]>
1 parent f58a37b commit 2ead308

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)