boards: renesas: da14695: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x82000) don't match for > /soc/flash-controller@38000000/flash@16000000/partitions/partition@80000 Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
056b84add9
commit
47ea5e35ce
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@
|
|||
label = "image-0";
|
||||
reg = <0x0000c000 0x00076000>;
|
||||
};
|
||||
slot1_partition: partition@80000 {
|
||||
slot1_partition: partition@82000 {
|
||||
label = "image-1";
|
||||
reg = <0x00082000 0x00076000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue