boards: nxp: rd_rw612_bga: set CONFIG_TRUSTED_EXECUTION_SECURE
RD RW612 BGA board is built targeting secure mode execution. If CONFIG_TRUSTED_EXECUTION_SECURE is not set, base address declarations in CMSIS header files will be incorrect, causing a variety of issues. Fix this. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
2ca67b56fb
commit
685b3d2d3d
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
|
|||
CONFIG_GPIO=y
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_HW_STACK_PROTECTION=y
|
||||
CONFIG_TRUSTED_EXECUTION_SECURE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue