Skip to content

Commit a23e2e2

Browse files
rettichschnidinashif
authored andcommitted
boards: nxp: frdm_mcxn236: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x88000) don't match for > <snip>/flash-controller@43000/flash@0/partitions/partition@80000 Signed-off-by: Reto Schneider <[email protected]>
1 parent 06aa38e commit a23e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/frdm_mcxn236/frdm_mcxn236.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
label = "image-0";
108108
reg = <0x00010000 DT_SIZE_K(480)>;
109109
};
110-
slot1_partition: partition@80000 {
110+
slot1_partition: partition@88000 {
111111
label = "image-1";
112112
reg = <0x0088000 DT_SIZE_K(472)>;
113113
};

0 commit comments

Comments
 (0)