boards: nxp: lpcxpresso55s69: fix TF-M support
Fix TF-M support for lpcxpresso55s69 target. The following issues were resolved: - lpcxpresso55s69 ns defconfig did not explicitly disable CONFIG_TRUSTED_EXECUTION_SECURE (which is set in the secure cpu0 defconfig file) - CONFIG_TFM_BOARD was not being set correctly for the NS target Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
9c500a8a82
commit
dae5c29959
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
|
|||
CONFIG_ARM_MPU=n
|
||||
|
||||
# Enable TrustZone-M
|
||||
CONFIG_TRUSTED_EXECUTION_SECURE=n
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
CONFIG_ARM_TRUSTZONE_M=y
|
||||
CONFIG_BUILD_WITH_TFM=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue