Commit e3850467 authored by Konstantin Porotchkin's avatar Konstantin Porotchkin Committed by Gregory CLEMENT

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

Eliminate 1MB gap between Linux and filesystem partitions.
Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 3a0dc9fb
...@@ -260,7 +260,7 @@ partition@0 { ...@@ -260,7 +260,7 @@ partition@0 {
}; };
partition@200000 { partition@200000 {
label = "Linux"; label = "Linux";
reg = <0x200000 0xd00000>; reg = <0x200000 0xe00000>;
}; };
partition@1000000 { partition@1000000 {
label = "Filesystem"; label = "Filesystem";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment