From 0aaf7b63e044f4fed427bc6ab4059719bb653572 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 11 Apr 2014 20:40:34 +0000 Subject: [PATCH] lantiq: add an extra partition to the TDW8970 flash that can be used to store the vdsl firmware Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40461 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/dts/TDW8970.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"; -- 2.30.2