[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210210131604.28806-3-kostap@marvell.com>
Date: Wed, 10 Feb 2021 15:16:01 +0200
From: <kostap@...vell.com>
To: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
CC: <vladimir.vid@...tura.hr>, <tmn505@...il.com>,
<luka.kovacic@...tura.hr>, <sebastian.hesselbarth@...il.com>,
<gregory.clement@...tlin.com>, <andrew@...n.ch>,
<robh+dt@...nel.org>, <vkoul@...nel.org>, <kishon@...com>,
<miquel.raynal@...tlin.com>, <mw@...ihalf.com>, <jaz@...ihalf.com>,
<nadavh@...vell.com>, <stefanc@...vell.com>, <bpeled@...vell.com>,
"Konstantin Porotchkin" <kostap@...vell.com>
Subject: [PATCH v5 2/5] arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
From: Konstantin Porotchkin <kostap@...vell.com>
Eliminate 1MB gap between Linux and filesystem partitions.
Signed-off-by: Konstantin Porotchkin <kostap@...vell.com>
---
arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/marvell/cn9130-db.dts b/arch/arm64/boot/dts/marvell/cn9130-db.dts
index ce49a70d88a0..d24294888400 100644
--- a/arch/arm64/boot/dts/marvell/cn9130-db.dts
+++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts
@@ -258,7 +258,7 @@
};
partition@...000 {
label = "Linux";
- reg = <0x200000 0xd00000>;
+ reg = <0x200000 0xe00000>;
};
partition@...0000 {
label = "Filesystem";
--
2.17.1
Powered by blists - more mailing lists