arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
authorKonstantin Porotchkin <kostap@marvell.com>
Tue, 9 Feb 2021 13:46:07 +0000 (15:46 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 17 Jun 2021 15:01:21 +0000 (17:01 +0200)
Eliminate 1MB gap between Linux and filesystem partitions.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/cn9130-db.dts

index 2c2af00..9758609 100644 (file)
                        };
                        partition@200000 {
                                label = "Linux";
-                               reg = <0x200000 0xd00000>;
+                               reg = <0x200000 0xe00000>;
                        };
                        partition@1000000 {
                                label = "Filesystem";