Skip to content

Commit 8ae4195

Browse files
modersohncfriedt
authored andcommitted
boards: stm32n6570_dk: fix overlapping partitions
* reducing mcuboot partition size so slot_0 and slot_1 can stay where they are * fixes #97850 Signed-off-by: Sebastian Modersohn <[email protected]>
1 parent 973934c commit 8ae4195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ zephyr_udc0: &usbotg_hs1 {
415415
*/
416416
boot_partition: partition@0 {
417417
label = "mcuboot";
418-
reg = <0x00000000 DT_SIZE_K(256)>;
418+
reg = <0x00000000 DT_SIZE_K(64)>;
419419
};
420420

421421
slot0_partition: partition@10000 {

0 commit comments

Comments
 (0)