boards: nxp: mimxrtxxx: Fix partition unit address
Fix the partition unit addresses not matching tthe reg addresses. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
275ba61577
commit
dd86bc63e9
2 changed files with 4 additions and 4 deletions
|
@ -414,11 +414,11 @@ zephyr_udc0: &usbhs {
|
|||
label = "image-0";
|
||||
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
|
||||
};
|
||||
slot1_partition: partition@322000 {
|
||||
slot1_partition: partition@382000 {
|
||||
label = "image-1";
|
||||
reg = <0x00382000 DT_SIZE_M(3)>;
|
||||
};
|
||||
storage_partition: partition@622000 {
|
||||
storage_partition: partition@682000 {
|
||||
label = "storage";
|
||||
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
|
||||
};
|
||||
|
|
|
@ -275,11 +275,11 @@ i2s1: &flexcomm3 {
|
|||
label = "image-0";
|
||||
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
|
||||
};
|
||||
slot1_partition: partition@322000 {
|
||||
slot1_partition: partition@382000 {
|
||||
label = "image-1";
|
||||
reg = <0x00382000 DT_SIZE_M(3)>;
|
||||
};
|
||||
storage_partition: partition@622000 {
|
||||
storage_partition: partition@682000 {
|
||||
label = "storage";
|
||||
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue