mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9651 from kfnta/alzix/psoc6-psa-fix-cm4-boot-addr
FUTURE_SEQUANA_M0_PSA - fix CM4 starting addresspull/9679/head
commit
af696c73e0
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
void spm_hal_start_nspe(void)
|
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)
|
void spm_hal_memory_protection_init(void)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue