Skip to content

Commit

Permalink
boards: em_starterkit: Enable ARC_HAS_SECURE in normal image
Browse files Browse the repository at this point in the history
For the non-secure image, the architecture still supports secure
execution, so express that in the defconfig.

See #22474.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi authored and jhedberg committed Feb 14, 2020
1 parent b81f29d commit 1ce8dbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ce8dbf

Please sign in to comment.