Skip to content

Commit 9bd8bd6

Browse files
nordicjmkartben
authored andcommitted
tests: mgmt: mcumgr: img_mgmt_slot_info: Fix overlay
Fixes the order of the overlay which now throws an error Signed-off-by: Jamie McCrae <[email protected]>
1 parent 969c3e9 commit 9bd8bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

77
/delete-node/ &boot_partition;
8-
/delete-node/ &slot0_partition;
9-
/delete-node/ &slot1_partition;
108
/delete-node/ &slot0_ns_partition;
119
/delete-node/ &slot1_ns_partition;
10+
/delete-node/ &slot0_partition;
11+
/delete-node/ &slot1_partition;
1212

1313
&flash0 {
1414
partitions {

0 commit comments

Comments
 (0)