We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f930aa commit caa716dCopy full SHA for caa716d
sysbuild/CMakeLists.txt
@@ -298,9 +298,9 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
298
299
if(SB_CONFIG_SOC_SERIES_NRF54HX)
300
if(SB_CONFIG_MCUBOOT_SIGNATURE_USING_ITS)
301
- set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS y)
+ set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS y)
302
else()
303
- set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS n)
+ set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS n)
304
endif()
305
306
0 commit comments