Skip to content

Commit 9499dae

Browse files
committed
LoongArch: Add a missing call to efi_esrt_init()
ESRT (EFI System Resource Table) is needed for UEFI's "Capsule Update" feature. But ESRT initialization is missing on LoongArch now, so add a call to efi_esrt_init() at the end of efi_init(). Signed-off-by: Huacai Chen <[email protected]>
1 parent 44a01f1 commit 9499dae

File tree

1 file changed

+2
-0
lines changed
  • arch/loongarch/kernel

1 file changed

+2
-0
lines changed

arch/loongarch/kernel/efi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ void __init efi_init(void)
140140

141141
early_memunmap(tbl, sizeof(*tbl));
142142
}
143+
144+
efi_esrt_init();
143145
}

0 commit comments

Comments
 (0)