Commit 84bfb4a6 authored by Maximilian Deubel's avatar Maximilian Deubel Committed by Carles Cufi
Browse files

boards: arm: nrf9161dk: remove scratch partition



This patch removes the now unused scratch partition and enlarges
the application slots instead.

Signed-off-by: default avatarMaximilian Deubel <maximilian.deubel@nordicsemi.no>
parent 386b6580
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -230,16 +230,12 @@ arduino_spi: &spi3 {
		slot0_ns_partition: partition@50000 {
			label = "image-0-nonsecure";
		};
		slot1_partition: partition@80000 {
		slot1_partition: partition@85000 {
			label = "image-1";
		};
		slot1_ns_partition: partition@c0000 {
		slot1_ns_partition: partition@c5000 {
			label = "image-1-nonsecure";
		};
		scratch_partition: partition@f0000 {
			label = "image-scratch";
			reg = <0x000f0000 0xa000>;
		};
		storage_partition: partition@fa000 {
			label = "storage";
			reg = <0x000fa000 0x00006000>;
+3 −3
Original line number Diff line number Diff line
@@ -26,15 +26,15 @@
};

&slot0_ns_partition {
	reg = <0x00050000 0x30000>;
	reg = <0x00050000 0x35000>;
};

&slot1_partition {
	reg = <0x00080000 0x40000>;
	reg = <0x00085000 0x40000>;
};

&slot1_ns_partition {
	reg = <0x000c0000 0x30000>;
	reg = <0x000c5000 0x35000>;
};

/* Default SRAM planning when building for nRF9161 with