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:
parent
caec80e571
commit
eb98483769
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
label = "image-0";
|
||||
reg = <0x00012000 0x00076000>;
|
||||
};
|
||||
slot1_partition: partition@87000 {
|
||||
slot1_partition: partition@88000 {
|
||||
label = "image-1";
|
||||
reg = <0x00088000 0x00074000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue