Skip to content

Commit b52d559

Browse files
committed
boards: shields: coverage_support: fix flash start address
Flash was extended but start address was not aligned. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 1ab2b46 commit b52d559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/shields/coverage_support/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
/* Extend by 160 KB, taken from rad */
1111
&cpuapp_rx_partitions {
12-
cpuapp_slot0_partition: partition@74000 {
13-
reg = <0x74000 DT_SIZE_K(480)>;
12+
cpuapp_slot0_partition: partition@6C000 {
13+
reg = <0x6C000 DT_SIZE_K(480)>;
1414
};
1515
};
1616

0 commit comments

Comments
 (0)