aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/TDW8970.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-11 20:40:34 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-11 20:40:34 +0000
commit8161bcad5c6723c75af2a0e5d2617d69653d705a (patch)
treef6971f6b0b50a43edccd07e737da27a71c156236 /target/linux/lantiq/dts/TDW8970.dts
parentbef7ea0796e10ace26b1fdda9ea7dc79fbfce63e (diff)
downloadmaster-187ad058-8161bcad5c6723c75af2a0e5d2617d69653d705a.tar.gz
master-187ad058-8161bcad5c6723c75af2a0e5d2617d69653d705a.tar.bz2
master-187ad058-8161bcad5c6723c75af2a0e5d2617d69653d705a.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40461 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/TDW8970.dts')
-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 759852cc83..e1cfb22093 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";