fix(build): disable ENABLE_FEAT_MPAM for Aarch32

Disable FEAT_MPAM support for Aarch32 as it is not supported, following
[1]. ENABLE_FEAT_MPAM is set to 2 by default for Aarch64 in
arch_features.mk, eliminating the need for duplication in the platform
makefile.

[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/23710

Change-Id: I1c8b6844254e00e6372900f1c87f995f292ae65c
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
Harrison Mutai 2023-10-31 14:44:42 +00:00
parent 83d304d99d
commit a07b4590dd
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@ ENABLE_FEAT_CSV2_2 := 2
ENABLE_FEAT_ECV := 2 ENABLE_FEAT_ECV := 2
ENABLE_FEAT_FGT := 2 ENABLE_FEAT_FGT := 2
ENABLE_FEAT_HCX := 2 ENABLE_FEAT_HCX := 2
ENABLE_FEAT_MPAM := 2
ENABLE_SYS_REG_TRACE_FOR_NS := 2 ENABLE_SYS_REG_TRACE_FOR_NS := 2
ENABLE_TRF_FOR_NS := 2 ENABLE_TRF_FOR_NS := 2

View file

@ -53,7 +53,6 @@ ifneq (${SPD}, tspd)
ENABLE_FEAT_AMU := 2 ENABLE_FEAT_AMU := 2
ENABLE_FEAT_AMUv1p1 := 2 ENABLE_FEAT_AMUv1p1 := 2
ENABLE_FEAT_HCX := 2 ENABLE_FEAT_HCX := 2
ENABLE_FEAT_MPAM := 2
ENABLE_FEAT_RNG := 2 ENABLE_FEAT_RNG := 2
ENABLE_FEAT_TWED := 2 ENABLE_FEAT_TWED := 2
ENABLE_FEAT_GCS := 2 ENABLE_FEAT_GCS := 2