aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorTamas Balogh <tamasbalogh@hotmail.com>2022-01-25 14:16:37 +0100
committerSungbo Eo <mans0n@gorani.run>2022-01-30 01:16:14 +0900
commitb21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db (patch)
treec75962ad013ca0ec7e9cb096276f8b2da4784467 /target/linux/ath79/dts
parent8fde82095ba0321b2ab377b63f22b64a2443762c (diff)
downloadupstream-b21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db.tar.gz
upstream-b21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db.tar.bz2
upstream-b21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db.zip
ath79: ASUS RP-AC66 use flash till the end
This makes available the additional space, which was occupied by OEM's jffs2 partition before: "0x000000f80000-0x000001000000 : jffs2" Reverting to the OEM firmware will also recover this partition, i.e. it is not needed and can be used by OpenWrt. Signed-off-by: Tamas Balogh <tamasbalogh@hotmail.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/qca9563_asus_rp-ac66.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_asus_rp-ac66.dts b/target/linux/ath79/dts/qca9563_asus_rp-ac66.dts
index 39c96127e6..c4b6483497 100644
--- a/target/linux/ath79/dts/qca9563_asus_rp-ac66.dts
+++ b/target/linux/ath79/dts/qca9563_asus_rp-ac66.dts
@@ -125,7 +125,7 @@
partition@60000 {
compatible = "denx,uimage";
label = "firmware";
- reg = <0x060000 0xf20000>;
+ reg = <0x060000 0xfa0000>;
};
};
};