Browse Source

lantiq: add an extra partition to the TDW8970 flash that can be used to store the vdsl firmware

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 40461
John Crispin 11 years ago
parent
commit
60edb8f47b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      target/linux/lantiq/dts/TDW8970.dts

+ 6 - 1
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";