summaryrefslogtreecommitdiff
path: root/tests/fwu_tests/test_fwu_toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fwu_tests/test_fwu_toc.c')
-rw-r--r--tests/fwu_tests/test_fwu_toc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fwu_tests/test_fwu_toc.c b/tests/fwu_tests/test_fwu_toc.c
index fee7582..dbbaa17 100644
--- a/tests/fwu_tests/test_fwu_toc.c
+++ b/tests/fwu_tests/test_fwu_toc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -49,8 +49,8 @@ test_result_t test_fwu_toc(void)
{
STATUS status;
unsigned int toc_header;
- smc64_args args = { SMC_PSCI_SYSTEM_RESET };
- smc64_ret_values ret = {0};
+ smc_args args = { SMC_PSCI_SYSTEM_RESET };
+ smc_ret_values ret = {0};
if (tftf_is_rebooted()) {
/*
@@ -85,7 +85,7 @@ test_result_t test_fwu_toc(void)
tftf_notify_reboot();
/* Request PSCI system reset. */
- ret = tftf_smc64(&args);
+ ret = tftf_smc(&args);
/* The PSCI SYSTEM_RESET call is not supposed to return */
tftf_testcase_printf("System didn't reboot properly (%d)\n",