Merge "fix(rme): relax RME compiler requirements" into integration

This commit is contained in:
Manish V Badarkhe 2022-10-21 10:17:52 +02:00 committed by TrustedFirmware Code Review
commit 891de85507

View file

@ -148,7 +148,10 @@ endif
CTX_INCLUDE_EL2_REGS := 1
CTX_INCLUDE_AARCH32_REGS := 0
ARM_ARCH_MAJOR := 8
ARM_ARCH_MINOR := 6
ARM_ARCH_MINOR := 5
ENABLE_FEAT_ECV = 1
ENABLE_FEAT_FGT = 1
endif
# USE_SPINLOCK_CAS requires AArch64 build