Skip to content

Commit 1cef7e0

Browse files
committed
Revert "[nrf noup] samples/smp_svr: nrf54l15pdk ext-flash partition"
This reverts commit ed81da7. Signed-off-by: Jamie McCrae <[email protected]>
1 parent f826d45 commit 1cef7e0

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,6 @@
44
};
55
};
66

7-
/delete-node/ &boot_partition;
8-
/delete-node/ &slot0_partition;
9-
/delete-node/ &slot1_partition;
10-
11-
/delete-node/ &slot0_ns_partition;
12-
/delete-node/ &slot1_ns_partition;
13-
14-
/delete-node/ &storage_partition;
15-
16-
&rram0 {
17-
partitions {
18-
boot_partition: partition@0 {
19-
label = "mcuboot";
20-
reg = <0x000000000 0x00014000>;
21-
};
22-
slot0_partition: partition@14000 {
23-
label = "image-0";
24-
reg = <0x000014000 0x0015A000>;
25-
};
26-
storage_partition: partition@16E000 {
27-
label = "storage";
28-
reg = < 0x16E000 0x9000 >;
29-
};
30-
};
31-
};
32-
337
&mx25r64 {
348
status = "okay";
35-
partitions {
36-
compatible = "fixed-partitions";
37-
#address-cells = <1>;
38-
#size-cells = <1>;
39-
40-
slot1_partition: partition@0 {
41-
label = "image-1";
42-
reg = <0x000000000 0x0015A000>;
43-
};
44-
};
459
};

0 commit comments

Comments
 (0)