From e82404ce6ce2f2845e745b42218694c3749dec3c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 Dec 2015 09:52:30 +0000 Subject: lantiq: get rid of the dsl_fw mtd partition Now that we have redistributable vdsl/adsl firmware blobs in /lib/firmware, we can drop the dsl_fw partition and extend the firmware partition. Signed-off-by: Andre Heider SVN-Revision: 47783 --- target/linux/lantiq/dts/ARV7519RW22.dts | 7 +------ target/linux/lantiq/dts/TDW89X0.dtsi | 7 +------ target/linux/lantiq/dts/VGV7510KW22NOR.dts | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index d925f8603d..471f347ffe 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -36,12 +36,7 @@ partition@80000 { label = "firmware"; - reg = <0x80000 0x1e00000>; - }; - - partition@1e80000 { - label = "dsl_fw"; - reg = <0x1e80000 0x100000>; + reg = <0x80000 0x1f00000>; }; boardconfig: partition@1f80000 { diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi index 93b186a14c..d27aed5cf8 100644 --- a/target/linux/lantiq/dts/TDW89X0.dtsi +++ b/target/linux/lantiq/dts/TDW89X0.dtsi @@ -30,15 +30,10 @@ }; partition@20000 { - reg = <0x20000 0x6a0000>; + reg = <0x20000 0x7a0000>; label = "firmware"; }; - partition@6c0000 { - reg = <0x6c0000 0x100000>; - label = "dsl_fw"; - }; - partition@7c0000 { reg = <0x7c0000 0x10000>; label = "config"; diff --git a/target/linux/lantiq/dts/VGV7510KW22NOR.dts b/target/linux/lantiq/dts/VGV7510KW22NOR.dts index 57842bbca3..e2fcd1b25d 100644 --- a/target/linux/lantiq/dts/VGV7510KW22NOR.dts +++ b/target/linux/lantiq/dts/VGV7510KW22NOR.dts @@ -20,12 +20,7 @@ partition@80000 { label = "firmware"; - reg = <0x80000 0xe60000>; /* 14720 KiB */ - }; - - partition@1e80000 { - label = "dsl_fw"; - reg = <0xee0000 0x100000>; /* 1024 KiB */ + reg = <0x80000 0xf60000>; /* 15744 KiB */ }; }; }; -- cgit v1.2.3