[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210708124612.30742-2-kostap@marvell.com>
Date: Thu, 8 Jul 2021 15:46:08 +0300
From: <kostap@...vell.com>
To: <miquel.raynal@...tlin.com>, <kishon@...com>, <vkoul@...nel.org>,
<robh+dt@...nel.org>, <andrew@...n.ch>,
<gregory.clement@...tlin.com>, <sebastian.hesselbarth@...il.com>,
<vladimir.vid@...tura.hr>, <luka.kovacic@...tura.hr>,
<linux-phy@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
CC: <mw@...ihalf.com>, <jaz@...ihalf.com>, <nadavh@...vell.com>,
<stefanc@...vell.com>, <bpeled@...vell.com>,
Konstantin Porotchkin <kostap@...vell.com>
Subject: [PATCH v7 1/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 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@...000 {
label = "Linux";
- reg = <0x200000 0xd00000>;
+ reg = <0x200000 0xe00000>;
};
partition@...0000 {
label = "Filesystem";
--
2.17.1
Powered by blists - more mailing lists