summaryrefslogtreecommitdiff
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-11 20:40:34 +0000
committerJohn Crispin <john@openwrt.org>2014-04-11 20:40:34 +0000
commit60edb8f47bab7fdf99ad72caf6cd36c517c9b60e (patch)
treea846f5dd3c3919a30d16f430c5340f52b712119a /target/linux/lantiq
parent390e856cb2d99631be05750d888cf4aa0aef80f1 (diff)
downloadmtk-20170518-60edb8f47bab7fdf99ad72caf6cd36c517c9b60e.zip
mtk-20170518-60edb8f47bab7fdf99ad72caf6cd36c517c9b60e.tar.gz
mtk-20170518-60edb8f47bab7fdf99ad72caf6cd36c517c9b60e.tar.bz2
lantiq: add an extra partition to the TDW8970 flash that can be used to store the vdsl firmware
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40461
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/TDW8970.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts
index 759852c..e1cfb22 100644
--- a/target/linux/lantiq/dts/TDW8970.dts
+++ b/target/linux/lantiq/dts/TDW8970.dts
@@ -167,10 +167,15 @@
};
partition@20000 {
- reg = <0x20000 0x7a0000>;
+ reg = <0x20000 0x6a0000>;
label = "firmware";
};
+ partition@6c0000 {
+ reg = <0x6c0000 0x100000>;
+ label = "dsl_fw";
+ };
+
partition@7c0000 {
reg = <0x7c0000 0x10000>;
label = "config";