]> git.ipfire.org Git - people/arne_f/kernel.git/commit
efi/arm*: esrt: Add missing call to efi_esrt_init()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 11 Jul 2016 19:00:46 +0000 (21:00 +0200)
committerMatt Fleming <matt@codeblueprint.co.uk>
Fri, 9 Sep 2016 15:08:40 +0000 (16:08 +0100)
commit2ead3084e3fc37d42f379cca8753b458d8f9ba25
treedcaa6e5575a9691b1113a99a150f9dbd3c1bf435
parentf58a37b2e01f91c23af457a7662f6b5a1e9f41e0
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 <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Jones <pjones@redhat.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
drivers/firmware/efi/arm-init.c