mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
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:
parent
7c25a3a161
commit
d5efb1e303
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue