Re: [PATCH v5 7/9] efi: Rename arm-init to efi-init common for all arch

2020-08-14 Thread Ard Biesheuvel
On Thu, 13 Aug 2020 at 01:48, Atish Patra wrote: > > 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 Acked-by:

[PATCH v5 7/9] efi: Rename arm-init to efi-init common for all arch

2020-08-12 Thread Atish Patra
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 --- drivers/firmware/efi/Makefile | 2 +-