chore(fvp): add the aarch32 cortex A57 to the build

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I80921b501ad9a97ddf23c371642a0a5e3f56cd99
This commit is contained in:
Boyan Karatotev 2023-01-27 10:58:42 +00:00
parent 7c25a3a161
commit d5efb1e303

View file

@ -153,7 +153,8 @@ else
endif
else
FVP_CPU_LIBS += lib/cpus/aarch32/cortex_a32.S
FVP_CPU_LIBS += lib/cpus/aarch32/cortex_a32.S \
lib/cpus/aarch32/cortex_a57.S
endif
BL1_SOURCES += drivers/arm/smmu/smmu_v3.c \