From b21bc3479d46e6a4c3cc6bf7c245d4b0ddccb7db Mon Sep 17 00:00:00 2001 From: Tamas Balogh Date: Tue, 25 Jan 2022 14:16:37 +0100 Subject: 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 --- target/linux/ath79/dts/qca9563_asus_rp-ac66.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9563_asus_rp-ac66.dts') 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>; }; }; }; -- cgit v1.2.3