Skip to content

Commit faaba30

Browse files
committed
sysbuild: ensure app prevets QSPI XIP's X/W race condition
Automatically enable option which dismist risk of race condition on QSPI NOR when it is used for XIP and write. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 5a9709c commit faaba30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sysbuild/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
512512
# driver for the default image and MCUboot
513513
set_config_bool(${DEFAULT_IMAGE} CONFIG_NORDIC_QSPI_NOR y)
514514
set_config_bool(${DEFAULT_IMAGE} CONFIG_NORDIC_QSPI_NOR_XIP y)
515+
set_config_bool(${DEFAULT_IMAGE} CONFIG_NORDIC_QSPI_NOR_XIP_FLASH_SCHED_LOCK y)
515516
set_config_bool(mcuboot CONFIG_NORDIC_QSPI_NOR y)
516517
set_config_bool(mcuboot CONFIG_NORDIC_QSPI_NOR_XIP y)
517518
endif()

0 commit comments

Comments
 (0)