commit | 37de198fa25b4bd31c69d14bad4fa6904685836d | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:24:20 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | 94ee9437293516a0683cb439e2032f2d3aa72597 | |
parent | baa977bd0f63c48ffd57c65f052d5a6c8f6f0fc1 [diff] |
armv8: SPL: discard relocation information For some reason when building SPL for ARMv8 with LTO, the relocation information is not discarded. Discard it explicitly in the linker script. This fixes LTO build for imx8mm_venice_defconfig. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>