aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/runtime_services/standard_service/psci/api_tests
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2020-10-14 14:33:55 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-10-14 14:33:55 +0000
commit970eb05ce05d9b01fd48fb420701a3145a50e223 (patch)
treed52d49aade8fa01f7d3aa7edcca19abec54c67ab /tftf/tests/runtime_services/standard_service/psci/api_tests
parentd35576f5fb6e060df19648f7e2a5143b11ad7285 (diff)
parent109d5c1b53779b18c98aa21d959d1182164b2eb7 (diff)
downloadtf-a-tests-970eb05ce05d9b01fd48fb420701a3145a50e223.tar.gz
Merge "Remove dependencies from FVP to generic code"
Diffstat (limited to 'tftf/tests/runtime_services/standard_service/psci/api_tests')
-rw-r--r--tftf/tests/runtime_services/standard_service/psci/api_tests/affinity_info/test_psci_affinity_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftf/tests/runtime_services/standard_service/psci/api_tests/affinity_info/test_psci_affinity_info.c b/tftf/tests/runtime_services/standard_service/psci/api_tests/affinity_info/test_psci_affinity_info.c
index 708ea132f..f58b6e4ec 100644
--- a/tftf/tests/runtime_services/standard_service/psci/api_tests/affinity_info/test_psci_affinity_info.c
+++ b/tftf/tests/runtime_services/standard_service/psci/api_tests/affinity_info/test_psci_affinity_info.c
@@ -214,7 +214,7 @@ test_result_t test_affinity_info_level1_off(void)
* CPU on the platform. The PSCI implementation should ignore the
* affinity 0 field.
*/
-#if FVP_MAX_PE_PER_CPU > 1
+#if PLAT_MAX_PE_PER_CPU > 1
target_mpid = make_mpid(cluster_id, 0, 0xE1);
#else
target_mpid = make_mpid(cluster_id, 0xE1);