Skip to content
Open
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
2 changes: 1 addition & 1 deletion cmake/mcuboot.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function(zephyr_mcuboot_tasks)
endif()

if(CONFIG_MCUBOOT_BOOTLOADER_MODE_RAM_LOAD OR CONFIG_MCUBOOT_BOOTLOADER_MODE_RAM_LOAD_WITH_REVERT)
list(APPEND byproducts ${output}.slot1.signed.encrypted.bin)
list(APPEND byproducts ${output}.slot1.signed.bin)
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND
${imgtool_sign} ${imgtool_args_alt_slot} ${output}.bin
${output}.slot1.signed.bin)
Expand Down