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:18:17 +0200
committerJohn Crispin <john@phrozen.org>2018-05-22 20:34:14 +0200
commitc3af761e4740820a29e993414d3d2f49c7eff6e7 (patch)
tree9b28cdff8f5e1d1de80d0fa8f664bf402a42e2f1 /target/linux/ipq806x/files-4.14
parentc228bbe616a52921a9d8fc961b3efcbdd3880c25 (diff)
downloadupstream-c3af761e4740820a29e993414d3d2f49c7eff6e7.tar.gz
upstream-c3af761e4740820a29e993414d3d2f49c7eff6e7.tar.bz2
upstream-c3af761e4740820a29e993414d3d2f49c7eff6e7.zip
ipq806x: increase kernel partition size for the Netgear Nighthawk X4 R7500v2
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 R7500v2. Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'target/linux/ipq806x/files-4.14')
-rw-r--r--target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts
index c4b0c4b5a7..da0ac5b68e 100644
--- a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts
+++ b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts
@@ -252,12 +252,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 {