Skip to content

Commit

Permalink
sysbuild: xip: Depend on MCUboot overwrite only mode or directXIP
Browse files Browse the repository at this point in the history
This feature requires MCUboot be built in overwrite only mode or
directXIP mode

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Sep 10, 2024
1 parent 6d3cc25 commit a0b0e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysbuild/Kconfig.xip
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ menuconfig QSPI_XIP_SPLIT_IMAGE
bool "QSPI XIP split image"
depends on SUPPORT_QSPI_XIP && BOOTLOADER_MCUBOOT && PARTITION_MANAGER
depends on PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
depends on MCUBOOT_MODE_OVERWRITE_ONLY || MCUBOOT_MODE_DIRECT_XIP
help
Configures images and build system to support executing code from QSPI flash in XIP
mode. Will also configure an additional image for MCUboot (if enabled) to allow for
Expand Down

0 comments on commit a0b0e07

Please sign in to comment.