Skip to content

Commit 20a2ba2

Browse files
committed
[nrf noup] cmake: linker: ld: target: Remove child/parent image flag
fixup! [nrf noup] tree-wide: support NCS Partition Manager (PM) definitions Removes a condition in the partition manager enabled check which was for child/parent images and keeps the sysbuild one only Signed-off-by: Jamie McCrae <[email protected]>
1 parent b983259 commit 20a2ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/linker/ld/target.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ macro(configure_linker_script linker_script_gen linker_pass_define)
7676
${current_includes}
7777
${soc_linker_script_includes}
7878
${template_script_defines}
79-
-DUSE_PARTITION_MANAGER=$<OR:$<BOOL:${CONFIG_PARTITION_MANAGER_ENABLED}>,$<BOOL:${IMAGE_NAME}>,$<TARGET_EXISTS:partition_manager>>
79+
-DUSE_PARTITION_MANAGER=$<BOOL:${CONFIG_PARTITION_MANAGER_ENABLED}>
8080
-E ${LINKER_SCRIPT}
8181
-P # Prevent generation of debug `#line' directives.
8282
-o ${linker_script_gen}

0 commit comments

Comments
 (0)