diff options
Diffstat (limited to 'target')
3 files changed, 7 insertions, 7 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 { diff --git a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064-r7500.dts b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064-r7500.dts index 3445a79251..84d79a07f0 100644 --- a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064-r7500.dts +++ b/target/linux/ipq806x/files-4.9/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 { diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 496564de38..5a1faa3ead 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -119,7 +119,7 @@ TARGET_DEVICES += netgear_d7800 define Device/netgear_r7500 $(call Device/DniImage) DEVICE_DTS := qcom-ipq8064-r7500 - KERNEL_SIZE := 2097152 + KERNEL_SIZE := 4194304 NETGEAR_BOARD_ID := R7500 NETGEAR_HW_ID := 29764841+0+128+256+3x3+4x4 BLOCKSIZE := 128k |