aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files-4.14
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.l-h@gmx.de>2018-05-18 04:12:04 +0200
committerJohn Crispin <john@phrozen.org>2018-05-24 17:24:31 +0200
commit3ec4921c165a41eac5fad899fbbb0ef5d100d81c (patch)
tree41880f04f7e01891f0046422209c9949e5da5633 /target/linux/ipq806x/files-4.14
parent0882a4cf258cb227b4889a11cf55658129df9e7a (diff)
downloadupstream-3ec4921c165a41eac5fad899fbbb0ef5d100d81c.tar.gz
upstream-3ec4921c165a41eac5fad899fbbb0ef5d100d81c.tar.bz2
upstream-3ec4921c165a41eac5fad899fbbb0ef5d100d81c.zip
ipq806x: increase kernel partition size for the Netgear Nighthawk X4 R7500
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 R7500 Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> Cc: Jonas Gorski <jonas.gorski@gmail.com> (cherry picked from commit c228bbe616a52921a9d8fc961b3efcbdd3880c25)
Diffstat (limited to 'target/linux/ipq806x/files-4.14')
-rw-r--r--target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500.dts b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500.dts
index 3445a79251..84d79a07f0 100644
--- a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500.dts
+++ b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500.dts
@@ -216,12 +216,12 @@
kernel@1340000 {
label = "kernel";
- reg = <0x1340000 0x0200000>;
+ reg = <0x1340000 0x0400000>;
};
- ubi@1540000 {
+ ubi@1740000 {
label = "ubi";
- reg = <0x1540000 0x1800000>;
+ reg = <0x1740000 0x1600000>;
};
netgear@2d40000 {