summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/runtime-map.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2014-06-13 13:11:51 +0200
committerMatt Fleming <matt.fleming@intel.com>2014-07-07 07:26:02 +0100
commita55c072dfe520f8fa03cf11b07b9268a8a17820a (patch)
tree21dc425c75a9ba98981e2c3ba5eaa5e9f47c4489 /drivers/firmware/efi/runtime-map.c
parent783ee43118dc773bc8b0342c5b230e017d5a04d0 (diff)
downloadtalos-obmc-linux-a55c072dfe520f8fa03cf11b07b9268a8a17820a.tar.gz
talos-obmc-linux-a55c072dfe520f8fa03cf11b07b9268a8a17820a.zip
efi/arm64: efistub: remove local copy of linux_banner
The shared efistub code for ARM and arm64 contains a local copy of linux_banner, allowing it to be referenced from separate executables such as the ARM decompressor. However, this introduces a dependency on generated header files, causing unnecessary rebuilds of the stub itself and, in case of arm64, vmlinux which contains it. On arm64, the copy is not actually needed since we can reference the original symbol directly, and as it turns out, there may be better ways to deal with this for ARM as well, so let's remove it from the shared code. If it still needs to be reintroduced for ARM later, it should live under arch/arm anyway and not in shared code. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'drivers/firmware/efi/runtime-map.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud