Browse Source

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: Pavel Machek <pavel@denx.de>
[mpe: Reconstruct change log from email thread]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Pavel Machek 8 years ago
parent
commit
70a92003de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/dts/sequoia.dts

+ 1 - 1
arch/powerpc/boot/dts/sequoia.dts

@@ -229,7 +229,7 @@
 						};
 						partition@84000 {
 							label = "user";
-							reg = <0x00000000 0x01f7c000>;
+							reg = <0x00084000 0x01f7c000>;
 						};
 					};
 				};