aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/kn.dts
diff options
context:
space:
mode:
authorAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>2020-04-08 21:43:36 +0300
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-12 13:46:04 +0200
commit14c8ea0245318878f4033dddb86d051a7b6e4bd0 (patch)
tree3dc0360181733a0f36d991ee87a94b7c0cf8dfcb /target/linux/ramips/dts/kn.dts
parent5b9b833f8c4dc973f557e90f1038d7d3f1d2042b (diff)
downloadupstream-14c8ea0245318878f4033dddb86d051a7b6e4bd0.tar.gz
upstream-14c8ea0245318878f4033dddb86d051a7b6e4bd0.tar.bz2
upstream-14c8ea0245318878f4033dddb86d051a7b6e4bd0.zip
ramips: use full 8MB flash on ZyXEL Keenetic
ZyXEL Keenetic has 8MB flash, but OpenWrt uses only 4MB. This commit fixes the problem. WikiDevi page [1] says that ZyXEL Keenetic has FLA1: 8 MiB, there is an article with specs [2] (in Russian). [1] https://wikidevi.wi-cat.ru/ZyXEL_Keenetic [2] https://3dnews.ru/608774/page-2.html Fixes: FS#2487 Fixes: a7cbf59e0e04 ("ramips: add new device ZyXEL Keenetic as kn") Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com> (cherry picked from commit fea232ae8feb6af780fd4fa78ebe9231778bf75a)
Diffstat (limited to 'target/linux/ramips/dts/kn.dts')
-rw-r--r--target/linux/ramips/dts/kn.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/kn.dts b/target/linux/ramips/dts/kn.dts
index 1f9928e59a..baa24a961f 100644
--- a/target/linux/ramips/dts/kn.dts
+++ b/target/linux/ramips/dts/kn.dts
@@ -48,7 +48,7 @@
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
- reg = <0x50000 0x3b0000>;
+ reg = <0x50000 0x7b0000>;
};
};
};