boards: em_starterkit: Enable ARC_HAS_SECURE in normal image
For the non-secure image, the architecture still supports secure execution, so express that in the defconfig. See #22474. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
b81f29d17e
commit
1ce8dbf7c5
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ CONFIG_SERIAL=y
|
|||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_ARC_MPU_ENABLE=y
|
||||
CONFIG_ARC_HAS_SECURE=y
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue