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

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
......@@ -229,7 +229,7 @@ partition@0 {
};
partition@84000 {
label = "user";
reg = <0x00000000 0x01f7c000>;
reg = <0x00084000 0x01f7c000>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment