aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files-4.14/arch/arm/boot/dts
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.l-h@gmx.de>2018-05-18 03:49:27 +0200
committerJohn Crispin <john@phrozen.org>2018-05-24 17:24:31 +0200
commit0882a4cf258cb227b4889a11cf55658129df9e7a (patch)
tree18e4d6bf9bf88155a9c7569fb17a6df3aa751c41 /target/linux/ipq806x/files-4.14/arch/arm/boot/dts
parentec7d9740551cc559a2b45b23084b1c99ffdfc25d (diff)
downloadupstream-0882a4cf258cb227b4889a11cf55658129df9e7a.tar.gz
upstream-0882a4cf258cb227b4889a11cf55658129df9e7a.tar.bz2
upstream-0882a4cf258cb227b4889a11cf55658129df9e7a.zip
ipq806x: increase kernel partition size for the Netgear Nighthawk X4 D7800
Starting with kernel 4.14 and gcc 7, the kernel doesn't fit into the 2 MB reserved for the kernel partition by the OEM firmware anymore. This patch increases the kernel partition from 2 MB to 4 MB, at the expense of the rootfs, for all supported kernels. WARNING: This breaks sysupgrade! Flashing a firmware containing this changed partitioning from an older image with 2 MB reserved for the kernel partion requires the tftp recovery procedure, thereby losing all settings. This change follows the functional example of the Netgear r7800, but has not been runtime tested on a Netgear Nighthawk X4 D7800. Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> Cc: Tathagata Das <tathagata@alumnux.com> (cherry picked from commit 45b8a7c1a6415125f4fe872ec83b3d31a2fa799b)
Diffstat (limited to 'target/linux/ipq806x/files-4.14/arch/arm/boot/dts')
-rw-r--r--target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts
index b7c49cc816..e22a9292a3 100644
--- a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts
+++ b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts
@@ -250,12 +250,12 @@
kernel@1480000 {
label = "kernel";
- reg = <0x1480000 0x0200000>;
+ reg = <0x1480000 0x0400000>;
};
- ubi@1680000 {
+ ubi@1880000 {
label = "ubi";
- reg = <0x1680000 0x1E00000>;
+ reg = <0x1880000 0x1C00000>;
};
netgear@3480000 {