mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
build(psci): move runtime_errata.S
to PSCI
Move the runtime errata source file into the PSCI library, as PSCI is the only component directly dependent on it, and it doesn't require internal access to the CPUs library. Change-Id: I92826714d49b1b0131f62c158543b4c167ab9aa8 Signed-off-by: Chris Kay <chris.kay@arm.com>
This commit is contained in:
parent
a123cb143f
commit
11ccf5d99a
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ PSCI_LIB_SOURCES := lib/el3_runtime/cpu_data_array.c \
|
|||
|
||||
ifeq (${ARCH}, aarch64)
|
||||
PSCI_LIB_SOURCES += lib/el3_runtime/aarch64/context.S \
|
||||
lib/cpus/aarch64/runtime_errata.S
|
||||
lib/psci/aarch64/runtime_errata.S
|
||||
endif
|
||||
|
||||
ifeq (${USE_COHERENT_MEM}, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue