Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sysbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)

if(SB_CONFIG_SOC_SERIES_NRF54HX)
if(SB_CONFIG_MCUBOOT_SIGNATURE_USING_ITS)
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS y)
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS y)
else()
set_config_bool(mcuboot CONFIG_NRF_BOOT_SIGNATURE_USING_ITS n)
set_config_bool(mcuboot CONFIG_NCS_BOOT_SIGNATURE_USING_ITS n)
endif()
endif()

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: 2e45bf01e3cd3dbc68660bee4a8eef7d9b44b8be
revision: 4bfb139af4fadbc651ea61e27d21331834ce2307
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand Down