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 <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-13 01:19:37 +02:00 committed by Mahesh Mahadevan
commit eb98483769

View file

@ -58,7 +58,7 @@
label = "image-0";
reg = <0x00012000 0x00076000>;
};
slot1_partition: partition@87000 {
slot1_partition: partition@88000 {
label = "image-1";
reg = <0x00088000 0x00074000>;
};