diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2021-02-09 16:46:07 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2021-06-17 18:01:21 +0300 |
commit | e3850467bf8c82de4a052619136839fe8054b774 (patch) | |
tree | 7af873aa4ff1b1d854f8fdd99db2563dc98a851b /arch/arm64/boot/dts/marvell/cn9130-db.dts | |
parent | 3a0dc9fbe2b24a620e41d62cfe852e53b55f0bd8 (diff) | |
download | linux-e3850467bf8c82de4a052619136839fe8054b774.tar.xz |
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.dts | 2 |
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"; |