arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
[ Upstream commit e3850467bf ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e378db1189
commit
d3ba15fb04
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@
|
|||
};
|
||||
partition@200000 {
|
||||
label = "Linux";
|
||||
reg = <0x200000 0xd00000>;
|
||||
reg = <0x200000 0xe00000>;
|
||||
};
|
||||
partition@1000000 {
|
||||
label = "Filesystem";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue