Skip to content

Commit 9eea099

Browse files
nordicjmfabiobaltieri
authored andcommitted
tests: ipc: ipc_sessions: Remove partition manager bits
This code should never have been added and has no relevance to zephyr at all Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 1e3a072 commit 9eea099

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/subsys/ipc/ipc_sessions/sysbuild.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ ExternalZephyrProject_Add(
1515
BOARD ${SB_CONFIG_REMOTE_BOARD}
1616
BOARD_REVISION ${BOARD_REVISION}
1717
)
18-
set_property(GLOBAL APPEND PROPERTY PM_DOMAINS CPUNET)
19-
set_property(GLOBAL APPEND PROPERTY PM_CPUNET_IMAGES remote)
20-
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUNET remote)
21-
set(CPUNET_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
22-
2318
# Add a dependency so that the remote sample will be built and flashed first
2419
sysbuild_add_dependencies(CONFIGURE ${DEFAULT_IMAGE} remote)
2520
# Add dependency so that the remote image is flashed first.

0 commit comments

Comments
 (0)