mirror of https://github.com/ARMmbed/mbed-os.git
Call psa_spm_init() before staring the NS core
parent
f28b82b831
commit
73ddfa9f88
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue