commit | ff5ccf1dc798dc8617b1efffe19cc76116d2b2a1 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Feb 06 14:33:12 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Thu Apr 11 11:20:04 2024 +0000 |
tree | 4f00e4143c77ed0876c3ebd80d40eb57f5d0ee3a | |
parent | 4950901a18a976a40bdfd3ad693021d1d5ceb98a [diff] |
fix(bl1): add missing spinlock dependency The spinlock functions from `spinlock.S` are used by `errata_report.c`, which is pulled into BL1. In a normal build it appears that this function call undergoes dead code elimination so the link error is not reported, but when compiled with LTO enabled the linker reports an undefined reference. Change-Id: Id22ffa8c0c8d3ca4b4cd46f0f4aefa53907c8de5 Signed-off-by: Chris Kay <chris.kay@arm.com>