Skip to content

Commit 799a470

Browse files
nordicjmjhedberg
authored andcommitted
tests: mgmt: mcumgr: img_mgmt_slot_info: Fix nRF5340 overlay
Fixes deleting nodes in the overlay file that no longer exist Signed-off-by: Jamie McCrae <[email protected]>
1 parent 11a9096 commit 799a470

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/boards/nrf5340dk_nrf5340_cpuapp_dual_slot.overlay

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66

77
/delete-node/ &boot_partition;
8-
/delete-node/ &slot0_ns_partition;
9-
/delete-node/ &slot1_ns_partition;
108
/delete-node/ &slot0_partition;
119
/delete-node/ &slot1_partition;
1210

@@ -20,18 +18,22 @@
2018
label = "mcuboot";
2119
reg = <0x00000000 0x10000>;
2220
};
21+
2322
slot0_partition: partition@10000 {
2423
label = "image-0";
2524
reg = <0x00010000 0x40000>;
2625
};
26+
2727
slot1_partition: partition@50000 {
2828
label = "image-1";
2929
reg = <0x00050000 0x40000>;
3030
};
31+
3132
slot2_partition: partition@90000 {
3233
label = "image-2";
3334
reg = <0x00090000 0x30000>;
3435
};
36+
3537
slot3_partition: partition@c0000 {
3638
label = "image-3";
3739
reg = <0x000c0000 0x30000>;

0 commit comments

Comments
 (0)