arch/arm64/boot/dts/marvell: fix NAND partitioning scheme

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>
This commit is contained in:
Konstantin Porotchkin 2021-02-09 15:46:07 +02:00 committed by Gregory CLEMENT
parent 3a0dc9fbe2
commit e3850467bf

View File

@ -260,7 +260,7 @@
};
partition@200000 {
label = "Linux";
reg = <0x200000 0xd00000>;
reg = <0x200000 0xe00000>;
};
partition@1000000 {
label = "Filesystem";