Merge "feat(rme): build TF-A with ENABLE_RME for Armv9.2" into integration

This commit is contained in:
Soby Mathew 2024-04-12 16:25:25 +02:00 committed by TrustedFirmware Code Review
commit 9bbc989f83
1 changed files with 2 additions and 2 deletions

View File

@ -363,8 +363,8 @@ endif #(LD = armlink)
# Setup ARCH_MAJOR/MINOR before parsing arch_features.
################################################################################
ifeq (${ENABLE_RME},1)
ARM_ARCH_MAJOR := 8
ARM_ARCH_MINOR := 6
ARM_ARCH_MAJOR := 9
ARM_ARCH_MINOR := 2
endif
################################################################################