Skip to content

Commit c29c1eb

Browse files
committed
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]> (cherry picked from commit caa716d)
1 parent 458319d commit c29c1eb

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
@@ -299,9 +299,9 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
299299

300300
if(SB_CONFIG_SOC_SERIES_NRF54HX)
301301
if(SB_CONFIG_MCUBOOT_SIGNATURE_USING_ITS)
302-
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS y)
302+
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS y)
303303
else()
304-
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS n)
304+
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS n)
305305
endif()
306306
endif()
307307

0 commit comments

Comments
 (0)