Call psa_spm_init() before staring the NS core

pull/10507/head
Oren Cohen 2019-04-29 16:42:33 +03:00
parent f28b82b831
commit 73ddfa9f88
1 changed files with 1 additions and 1 deletions

View File

@ -91,8 +91,8 @@ MBED_NORETURN void mbed_rtos_start()
#if defined(COMPONENT_SPE)
// At this point, the mailbox is already initialized
spm_hal_start_nspe();
psa_spm_init();
spm_hal_start_nspe();
#endif // defined(COMPONENT_SPE)
#if defined(COMPONENT_NSPE) && defined(COMPONENT_SPM_MAILBOX)