Skip to content

Commit f30f242

Browse files
atishp04ardbiesheuvel
authored andcommitted
efi: Rename arm-init to efi-init common for all arch
arm-init is responsible for setting up efi runtime and doesn't actually do any ARM specific stuff. RISC-V can use the same source code as it is. Rename it to efi-init so that RISC-V can use it. Signed-off-by: Atish Patra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent 6d0fd53 commit f30f242

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/firmware/efi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o
3232
fake_map-y += fake_mem.o
3333
fake_map-$(CONFIG_X86) += x86_fake_mem.o
3434

35-
arm-obj-$(CONFIG_EFI) := arm-init.o arm-runtime.o
35+
arm-obj-$(CONFIG_EFI) := efi-init.o arm-runtime.o
3636
obj-$(CONFIG_ARM) += $(arm-obj-y)
3737
obj-$(CONFIG_ARM64) += $(arm-obj-y)
3838
obj-$(CONFIG_EFI_CAPSULE_LOADER) += capsule-loader.o
File renamed without changes.

0 commit comments

Comments
 (0)