Skip to content

Commit

Permalink
boards: frdm_mcux947_mcxn947_cpu0_qspi: enable mcuboot by default
Browse files Browse the repository at this point in the history
frdm_mcux947_mcxn947_cpu0_qspi needs MCUboot to be programmed
to internal flash, which will load and execute from QSPI.

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
  • Loading branch information
hakehuang authored and Hake Huang committed Oct 9, 2024
1 parent 029540a commit 4b68de5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ CONFIG_HW_STACK_PROTECTION=y

# Enable TrustZone-M
CONFIG_TRUSTED_EXECUTION_SECURE=y
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"
CONFIG_BOOTLOADER_MCUBOOT=y

0 comments on commit 4b68de5

Please sign in to comment.