Skip to content

Commit 6b68bf7

Browse files
author
Oren Cohen
authored
Fix psa_system_reset on PSA IPC platform
1 parent 091da53 commit 6b68bf7

File tree

1 file changed

+1
-1
lines changed
  • components/TARGET_PSA/services/platform/COMPONENT_PSA_SRV_IPC

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/platform/COMPONENT_PSA_SRV_IPC/platform_ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ psa_status_t mbed_psa_reboot_and_request_new_security_state(uint32_t new_state)
5959

6060
MBED_NORETURN void psa_system_reset(void)
6161
{
62-
psa_handle_t conn = psa_connect(PSA_PLATFORM_LC_SET, 1);
62+
psa_handle_t conn = psa_connect(PSA_PLATFORM_SYSTEM_RESET, 1);
6363
if (conn <= PSA_NULL_HANDLE) {
6464
return;
6565
}

0 commit comments

Comments
 (0)