mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
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
|
|
@ -258,7 +258,7 @@ partition@0 {
|
|||
};
|
||||
partition@200000 {
|
||||
label = "Linux";
|
||||
reg = <0x200000 0xd00000>;
|
||||
reg = <0x200000 0xe00000>;
|
||||
};
|
||||
partition@1000000 {
|
||||
label = "Filesystem";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user