Skip to content

Commit

Permalink
Missed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nordicjm committed Oct 4, 2023
1 parent e687040 commit fe01546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subsys/bootloader/cmake/sign.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ endif()
WORKING_DIRECTORY
${PROJECT_BINARY_DIR}
COMMENT
"Creating validation for ${KERNEL_HEX_NAME}, storing to ${SIGNED_KERNEL_HEX_NAME}"
"${validation_comment}"
USES_TERMINAL
)

Expand All @@ -249,13 +249,13 @@ endif()
# This includes the hex file (and its corresponding target) to the build.
set_property(
GLOBAL PROPERTY
${slot}_PM_HEX_FILE
${target_name}_PM_HEX_FILE
${signed_hex}
)

set_property(
GLOBAL PROPERTY
${slot}_PM_TARGET
${target_name}_PM_TARGET
${slot}_signed_kernel_hex_target
)
endforeach()
Expand Down

0 comments on commit fe01546

Please sign in to comment.