Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70a92003 authored by Pavel Machek's avatar Pavel Machek Committed by Michael Ellerman
Browse files

powerpc/sequoia: Fix NAND partitions not to overlap



Currently the DTS defines two partitions at the same addresses, if you
use one, you will corrupt information on the other one. Fix it by
shifting the second partition.

Signed-off-by: default avatarPavel Machek <pavel@denx.de>
[mpe: Reconstruct change log from email thread]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent a3f952df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@
						};
						partition@84000 {
							label = "user";
							reg = <0x00000000 0x01f7c000>;
							reg = <0x00084000 0x01f7c000>;
						};
					};
				};