summaryrefslogtreecommitdiff
path: root/tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c')
-rw-r--r--tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c b/tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c
index aedfdc5..5e1cbcd 100644
--- a/tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c
+++ b/tests/runtime_services/standard_service/psci/api_tests/system_suspend/test_psci_system_suspend.c
@@ -243,7 +243,7 @@ int sys_suspend_helper(uintptr_t entry_point_address,
u_register_t context_id)
{
smc_args args = {
- SMC_PSCI_SYSTEM_SUSPEND64,
+ SMC_PSCI_SYSTEM_SUSPEND,
(uintptr_t)entry_point_address,
(u_register_t)context_id
};