Skip to content

Commit b692335

Browse files
committed
boards: nordic: thingy53: Remove scratch from cpunet
Removes the scratch area from the network core for this board target, this was not used anyhow but gets rid of a configuration that would use a non-optimal swap mode Signed-off-by: Jamie McCrae <[email protected]>
1 parent f4567c4 commit b692335

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

boards/nordic/thingy53/thingy53_nrf5340_cpunet.dts

+3-8
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,12 @@ fem_spi: &spi0 {
153153

154154
slot0_partition: partition@c000 {
155155
label = "image-0";
156-
reg = <0x0000C000 0x12000>;
156+
reg = <0x0000C000 0x17000>;
157157
};
158158

159-
slot1_partition: partition@1e000 {
159+
slot1_partition: partition@23000 {
160160
label = "image-1";
161-
reg = <0x0001E000 0x12000>;
162-
};
163-
164-
scratch_partition: partition@30000 {
165-
label = "image-scratch";
166-
reg = <0x00030000 0xa000>;
161+
reg = <0x00023000 0x17000>;
167162
};
168163

169164
storage_partition: partition@3a000 {

0 commit comments

Comments
 (0)