Skip to content

Commit eb98483

Browse files
rettichschnidimmahadevan108
authored andcommitted
boards: ct: ctcc: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x88000) don't match for > /soc/flash-controller@4001e000/flash@0/partitions/partition@87000 Signed-off-by: Reto Schneider <[email protected]>
1 parent caec80e commit eb98483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/ct/ctcc/ctcc_nrf52840.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
label = "image-0";
5959
reg = <0x00012000 0x00076000>;
6060
};
61-
slot1_partition: partition@87000 {
61+
slot1_partition: partition@88000 {
6262
label = "image-1";
6363
reg = <0x00088000 0x00074000>;
6464
};

0 commit comments

Comments
 (0)