Skip to content

Commit b688e05

Browse files
committed
sysbuild: Fix issue with setting FIH to user-changable low level
Fixes an issue whereby FIH was set to low but could not be changed by using a new Kconfig to select the default Signed-off-by: Jamie McCrae <[email protected]>
1 parent aca163a commit b688e05

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

modules/mcuboot/fih_low_enable.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

sysbuild/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,7 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
276276
)
277277

278278
# Add fault injection protection to MCUBOOT
279-
add_overlay_config(
280-
mcuboot
281-
${ZEPHYR_NRF_MODULE_DIR}/modules/mcuboot/fih_low_enable.conf
282-
)
279+
set_config_bool(mcuboot CONFIG_BOOT_FIH_PROFILE_DEFAULT_LOW y)
283280
endif()
284281

285282
if(SB_CONFIG_PARTITION_MANAGER)

0 commit comments

Comments
 (0)