mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 21:44:15 +00:00
chore(fvp): add Aarch32 Cortex-A53 to the build
Change-Id: I493893d38d2db80e2c4d2efcf832c712a9abe5a8 Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
This commit is contained in:
parent
97b12ae7ce
commit
60784c3eef
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ endif
|
|||
|
||||
else
|
||||
FVP_CPU_LIBS += lib/cpus/aarch32/cortex_a32.S \
|
||||
lib/cpus/aarch32/cortex_a57.S
|
||||
lib/cpus/aarch32/cortex_a57.S \
|
||||
lib/cpus/aarch32/cortex_a53.S
|
||||
endif
|
||||
|
||||
BL1_SOURCES += drivers/arm/smmu/smmu_v3.c \
|
||||
|
|
Loading…
Add table
Reference in a new issue