Merge pull request #9651 from kfnta/alzix/psoc6-psa-fix-cm4-boot-addr

FUTURE_SEQUANA_M0_PSA - fix CM4 starting address
pull/9679/head
Martin Kojtal 2019-02-11 10:40:02 +01:00 committed by GitHub
commit af696c73e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)