summaryrefslogtreecommitdiff
path: root/tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c')
-rw-r--r--tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c b/tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c
index c464690..aa27fb1 100644
--- a/tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c
+++ b/tests/runtime_services/trusted_os/tsp/test_tsp_fast_smc.c
@@ -62,10 +62,10 @@ static test_result_t validate_tsp_operations(uint64_t fn_identifier,
uint64_t ret1,
uint64_t ret2)
{
- smc64_args tsp_svc_params = {fn_identifier, arg1, arg2};
- smc64_ret_values tsp_result;
+ smc_args tsp_svc_params = {fn_identifier, arg1, arg2};
+ smc_ret_values tsp_result;
- tsp_result = tftf_smc64(&tsp_svc_params);
+ tsp_result = tftf_smc(&tsp_svc_params);
if (tsp_result.ret0) {
tftf_testcase_printf("TSP operation 0x%x failed, error:0x%x\n",