Skip to content

Commit c208986

Browse files
nordicjmrlubos
authored andcommitted
cmake: sysbuild: Remove unused variable
This variable is not used and the config item doesn't exist anyhow Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9e9c5db commit c208986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/sysbuild/sign.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ function(b0_sign_image slot cpunet_target)
106106
# If slot is a target of it's own, then it means we target the hex directly and not a merged hex.
107107
sysbuild_get(${slot}_image_dir IMAGE ${slot} VAR APPLICATION_BINARY_DIR CACHE)
108108
sysbuild_get(${slot}_kernel_name IMAGE ${slot} VAR CONFIG_KERNEL_BIN_NAME KCONFIG)
109-
sysbuild_get(${slot}_kernel_elf IMAGE ${slot} VAR CONFIG_KERNEL_ELF_NAME KCONFIG)
110109
sysbuild_get(${slot}_crypto_id IMAGE ${slot} VAR CONFIG_SB_VALIDATION_INFO_CRYPTO_ID KCONFIG)
111110
sysbuild_get(${slot}_validation_offset IMAGE ${slot} VAR CONFIG_SB_VALIDATION_METADATA_OFFSET KCONFIG)
112111

0 commit comments

Comments
 (0)