Skip to content

Commit 1506974

Browse files
tokangasnordicjm
authored andcommitted
dts: common: nordic: Make nRF9251 DK app partitions equal size
Changed cpuapp_slot0_partition and cpuapp_slot1_partition sizes to be equal. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
1 parent 7128ebe commit 1506974

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dts/common/nordic/nrf9251dk_nrf9251-memory_map.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696

9797
cpuapp_slot0_partition: partition@322000 {
9898
compatible = "zephyr,mapped-partition";
99-
reg = <0x322000 DT_SIZE_K(336)>;
99+
reg = <0x322000 DT_SIZE_K(380)>;
100100
};
101101

102-
cpuapp_slot1_partition: partition@376000 {
102+
cpuapp_slot1_partition: partition@381000 {
103103
compatible = "zephyr,mapped-partition";
104-
reg = <0x376000 DT_SIZE_K(424)>;
104+
reg = <0x381000 DT_SIZE_K(380)>;
105105
};
106106

107107
cpuppr_code_partition: partition@3e0000 {

0 commit comments

Comments
 (0)