OSDN Git Service

powerpc/sequoia: Fix NAND partitions not to overlap
authorPavel Machek <pavel@denx.de>
Sun, 2 Apr 2017 10:05:36 +0000 (12:05 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 30 May 2017 04:59:51 +0000 (14:59 +1000)
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>
arch/powerpc/boot/dts/sequoia.dts

index b1d3292..e41b88a 100644 (file)
                                                };
                                                partition@84000 {
                                                        label = "user";
-                                                       reg = <0x00000000 0x01f7c000>;
+                                                       reg = <0x00084000 0x01f7c000>;
                                                };
                                        };
                                };