Skip to content

Commit caa716d

Browse files
de-nordicnordicjm
authored andcommitted
bootloader: MCUboot: Replace CONFIG_NRF_BOOT_SIGNATURE_USING_ITS
The commit replaces CONFIG_NRF_BOOT_SIGNATURE_USING_ITS with CONFIG_NCS_BOOT_SIGNATURE_USING_ITS. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 1f930aa commit caa716d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysbuild/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
298298

299299
if(SB_CONFIG_SOC_SERIES_NRF54HX)
300300
if(SB_CONFIG_MCUBOOT_SIGNATURE_USING_ITS)
301-
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS y)
301+
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS y)
302302
else()
303-
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS n)
303+
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS n)
304304
endif()
305305
endif()
306306

0 commit comments

Comments
 (0)