summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/cn9130-db.dts
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-02-09 15:46:07 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2021-06-17 17:01:21 +0200
commite3850467bf8c82de4a052619136839fe8054b774 (patch)
tree7af873aa4ff1b1d854f8fdd99db2563dc98a851b /arch/arm64/boot/dts/marvell/cn9130-db.dts
parent3a0dc9fbe2b24a620e41d62cfe852e53b55f0bd8 (diff)
arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
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>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/cn9130-db.dts')
-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";