mirror of https://github.com/ARMmbed/mbed-os.git
FUTURE_SEQUANA_M0_PSA - fix CM4 starting address
Use PSA_NON_SECURE_ROM_START configuration value instead of hardcoded CY_CORTEX_M4_APPL_ADDR.pull/9651/head
parent
3252530e3a
commit
d629bdfe5f
|
@ -32,7 +32,7 @@
|
|||
|
||||
void spm_hal_start_nspe(void)
|
||||
{
|
||||
Cy_SysEnableCM4(CY_CORTEX_M4_APPL_ADDR);
|
||||
Cy_SysEnableCM4(PSA_NON_SECURE_ROM_START);
|
||||
}
|
||||
|
||||
void spm_hal_memory_protection_init(void)
|
||||
|
|
Loading…
Reference in New Issue