Skip to content

Commit 30ab78b

Browse files
committed
Revert "[nrf noup] boot/zephyr/boards: nrf54l15pdk ext-flash partition"
This reverts commit 2c46ff1. Signed-off-by: Jamie McCrae <[email protected]>
1 parent 65f9513 commit 30ab78b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,7 @@
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-
};
327

338
&mx25r64 {
349
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-
};
4510
};

0 commit comments

Comments
 (0)