Skip to content

Commit

Permalink
boards: silabs: slstk3401a: 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' (0x3e800) don't match for
> /soc/flash-controller@400e0000/flash@0/partitions/partition@fe800

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
  • Loading branch information
rettichschnidi authored and aescolar committed Sep 16, 2024
1 parent d7aaf9b commit 23eca63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
#size-cells = <1>;

/* Set 6Kb of storage at the end of the 256Kb of flash */
storage_partition: partition@fe800 {
storage_partition: partition@3e800 {
label = "storage";
reg = <0x0003e800 0x00001800>;
};
Expand Down

0 comments on commit 23eca63

Please sign in to comment.