commit | a07b4590dd06c9e27ec6d403003bcf55afa9dc27 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue Oct 31 14:44:42 2023 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Tue Oct 31 14:57:34 2023 +0000 |
tree | be4f7f5b9cd4cf0acb02e9c269a809199815f84d | |
parent | 83d304d99dad47a156e469eeac007a17c118f898 [diff] |
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>