boards: mps3: Fix non-secure variant
Both TRUSTED_EXECUTION_SECURE and TRUSTED_EXECUTION_NONSECURE were being enabled, through a combination of multiple defconfigs. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
8f6f0726dd
commit
fa07bd9419
|
@ -6,7 +6,6 @@
|
|||
|
||||
CONFIG_ARM_TRUSTZONE_M=y
|
||||
CONFIG_RUNTIME_NMI=y
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_QEMU_ICOUNT_SHIFT=6
|
||||
|
||||
|
@ -17,3 +16,7 @@ CONFIG_GPIO=y
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
# Build a Non-secure firmware image
|
||||
CONFIG_TRUSTED_EXECUTION_SECURE=n
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
|
|
Loading…
Reference in New Issue