Skip to content

Commit fd61f3d

Browse files
committed
boards: st: stm32l562e_dk: Move external partitions
The external partitions are defined dependent from S and NS images. This move the external partitions from common to the S image. The NS image will be defined in future to allow correct usage of MCUboot. Signed-off-by: BUDKE Gerson Fernando <[email protected]>
1 parent 34320df commit fd61f3d

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

boards/st/stm32l562e_dk/stm32l562e_dk.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,15 @@
5555
};
5656
};
5757
};
58+
59+
&mx25lm51245 {
60+
partitions {
61+
compatible = "fixed-partitions";
62+
#address-cells = <1>;
63+
#size-cells = <1>;
64+
65+
partition@0 {
66+
reg = <0x00000000 DT_SIZE_M(64)>;
67+
};
68+
};
69+
};

boards/st/stm32l562e_dk/stm32l562e_dk_common.dtsi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,6 @@ stm32_lp_tick_source: &lptim1 {
261261
00 00 00 00 00 00 00 00
262262
00 00 00 00 00 00 00 00
263263
7f ef ff ff 21 5c dc ff];
264-
265-
partitions {
266-
compatible = "fixed-partitions";
267-
#address-cells = <1>;
268-
#size-cells = <1>;
269-
270-
partition@0 {
271-
reg = <0x00000000 DT_SIZE_M(64)>;
272-
};
273-
};
274264
};
275265
};
276266

0 commit comments

Comments
 (0)