Skip to content

Commit

Permalink
boards: ct: ctcc: Fix unit and first address mismatch
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rettichschnidi authored and mmahadevan108 committed Sep 20, 2024
1 parent caec80e commit eb98483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/ct/ctcc/ctcc_nrf52840.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
label = "image-0";
reg = <0x00012000 0x00076000>;
};
slot1_partition: partition@87000 {
slot1_partition: partition@88000 {
label = "image-1";
reg = <0x00088000 0x00074000>;
};
Expand Down

0 comments on commit eb98483

Please sign in to comment.