Skip to content

Commit

Permalink
powerpc/sequoia: Fix NAND partitions not to overlap
Browse files Browse the repository at this point in the history
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: Pavel Machek <pavel@denx.de>
[mpe: Reconstruct change log from email thread]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Pavel Machek authored and Michael Ellerman committed May 30, 2017
1 parent a3f952d commit 70a9200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
};
partition@84000 {
label = "user";
reg = <0x00000000 0x01f7c000>;
reg = <0x00084000 0x01f7c000>;
};
};
};
Expand Down

0 comments on commit 70a9200

Please sign in to comment.