Skip to content

Commit

Permalink
boards: nxp: rd_rw612_bga: set CONFIG_TRUSTED_EXECUTION_SECURE
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
danieldegrasse authored and nashif committed Mar 13, 2024
1 parent 2ca67b5 commit 685b3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 685b3d2

Please sign in to comment.