diff options
author | Andrew Cameron <apcameron@softhome.net> | 2019-06-29 21:45:09 -0500 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-07-07 13:02:06 +0200 |
commit | d5a38725f84f52618a7c4cb17e8bfac40a17854a (patch) | |
tree | 0e7931b13b381c609e1d716162797a5776d7b32f /target/linux/ath79/dts | |
parent | a9deed62af569608af3e4e076138d788e24b1652 (diff) | |
download | upstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.tar.gz upstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.tar.bz2 upstream-d5a38725f84f52618a7c4cb17e8bfac40a17854a.zip |
ath79: increase kernel partition size for CPE610v1
Increase the Kernel partition to address the issue discussed here
https://forum.openwrt.org/t/cpe610-v1-sysupgrade-bin-missing-too-big/39637/5
Switch Back to the okli Loader to support increased partition size
Signed-off-by: Andrew Cameron <apcameron@softhome.net>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [add <> for e-mail]
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts index 5b7c32c6b7..8a78dc4fa4 100644 --- a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts +++ b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts @@ -94,12 +94,12 @@ partition@0 { label = "kernel"; - reg = <0x000000 0x1c0000>; + reg = <0x000000 0x200000>; }; - partition@1c0000 { + partition@200000 { label = "rootfs"; - reg = <0x1c0000 0x5c0000>; + reg = <0x200000 0x580000>; }; }; |