Commit a59350e4 authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski Committed by Anas Nashif
Browse files

dts: arm: nrf52_pca10040: Increase mcuboot partition size



Boot serial recovery feature consume additional
memory size so the mcuboot partition must been
expanded on cost of images partitions.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent cc23c6a2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -42,15 +42,15 @@

		boot_partition: partition@0 {
			label = "mcuboot";
			reg = <0x00000000 0x8000>;
			reg = <0x00000000 0xc000>;
		};
		slot0_partition: partition@8000 {
		slot0_partition: partition@c000 {
			label = "image-0";
			reg = <0x00008000 0x34000>;
			reg = <0x0000C000 0x32000>;
		};
		slot1_partition: partition@3c000 {
		slot1_partition: partition@3e000 {
			label = "image-1";
			reg = <0x0003c000 0x34000>;
			reg = <0x0003E000 0x32000>;
		};
		scratch_partition: partition@70000 {
			label = "image-scratch";