Skip to content

Commit c3844dd

Browse files
samples: suit: smp_transfer: delete slot0 partitions in overlay
The slot0 partitions are moved and modified in the smp_transfer memory map, which requires the nodes to be deleted before being defined. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 3ec1ca0 commit c3844dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
reg = <0xa5000 DT_SIZE_K(72)>;
1111
};
1212

13+
/delete-node/ partition@94000;
1314
cpuapp_slot0_partition: partition@b7000 {
1415
reg = <0xb7000 DT_SIZE_K(256)>;
1516
};
@@ -32,6 +33,8 @@
3233
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RXS>;
3334
#address-cells = < 0x1 >;
3435
#size-cells = < 0x1 >;
36+
37+
/delete-node/ partition@54000;
3538
cpurad_slot0_partition: partition@66000 {
3639
reg = < 0x66000 DT_SIZE_K(160) >;
3740
};

0 commit comments

Comments
 (0)