summaryrefslogtreecommitdiff
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-02-09 16:46:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-25 15:37:30 +0300
commit2a04a3607548003f7e36d864ca1f6efe7ea51763 (patch)
tree6413bb00edb2624c94859be3a34eeddde22e05a8 /arch/arm64/boot
parent26125ddc690492470de76d3f46bc0da4651bed4f (diff)
downloadlinux-2a04a3607548003f7e36d864ca1f6efe7ea51763.tar.xz
arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
[ Upstream commit e3850467bf8c82de4a052619136839fe8054b774 ] 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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/marvell/cn9130-db.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/cn9130-db.dts b/arch/arm64/boot/dts/marvell/cn9130-db.dts
index 2c2af001619b..9758609541c7 100644
--- a/arch/arm64/boot/dts/marvell/cn9130-db.dts
+++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts
@@ -260,7 +260,7 @@
};
partition@200000 {
label = "Linux";
- reg = <0x200000 0xd00000>;
+ reg = <0x200000 0xe00000>;
};
partition@1000000 {
label = "Filesystem";