mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(build): correct feature assignment for ARM v8.8 compliance" into integration
This commit is contained in:
commit
5b9e703537
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ endif
|
|||
# Enable the features which are mandatory from ARCH version 8.8 and upwards.
|
||||
ifeq "8.8" "$(word 1, $(sort 8.8 $(ARM_ARCH_MAJOR).$(ARM_ARCH_MINOR)))"
|
||||
# 8.7 Compliant
|
||||
armv8-7-a-feats += ${armv8-7-a-feats}
|
||||
armv8-8-a-feats += ${armv8-7-a-feats}
|
||||
FEAT_LIST := ${armv8-8-a-feats}
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue