[PATCH 4/8] efi: move FDT handling to separate object file

Matt Fleming matt at codeblueprint.co.uk
Tue May 26 11:15:58 PDT 2015


On Mon, 11 May, at 08:41:56AM, Ard Biesheuvel wrote:
> The EFI specific FDT handling is compiled conditionally, and is
> logically independent of the rest of efi.o. So move it to a separate
> file before making changes to it in subsequent patches.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel at linaro.org>
> ---
>  drivers/firmware/efi/Makefile  |  1 +
>  drivers/firmware/efi/efi-fdt.c | 93 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/firmware/efi/efi.c     | 86 --------------------------------------
>  3 files changed, 94 insertions(+), 86 deletions(-)
>  create mode 100644 drivers/firmware/efi/efi-fdt.c

Sorry for the delay,

Acked-by: Matt Fleming <matt.fleming at intel.com>

-- 
Matt Fleming, Intel Open Source Technology Center



More information about the linux-arm-kernel mailing list