Author: nbd Date: 2015-12-05 10:52:30 +0100 (Sat, 05 Dec 2015) New Revision: 47783
Removed: trunk/target/linux/lantiq/base-files/etc/init.d/ Modified: trunk/target/linux/lantiq/dts/ARV7519RW22.dts trunk/target/linux/lantiq/dts/TDW89X0.dtsi trunk/target/linux/lantiq/dts/VGV7510KW22NOR.dts Log: 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 <[email protected]> Modified: trunk/target/linux/lantiq/dts/ARV7519RW22.dts =================================================================== --- trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2015-12-05 09:52:18 UTC (rev 47782) +++ trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2015-12-05 09:52:30 UTC (rev 47783) @@ -36,14 +36,9 @@ partition@80000 { label = "firmware"; - reg = <0x80000 0x1e00000>; + reg = <0x80000 0x1f00000>; }; - partition@1e80000 { - label = "dsl_fw"; - reg = <0x1e80000 0x100000>; - }; - boardconfig: partition@1f80000 { label = "boardconfig"; reg = <0x1f80000 0x80000>; Modified: trunk/target/linux/lantiq/dts/TDW89X0.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/TDW89X0.dtsi 2015-12-05 09:52:18 UTC (rev 47782) +++ trunk/target/linux/lantiq/dts/TDW89X0.dtsi 2015-12-05 09:52:30 UTC (rev 47783) @@ -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"; Modified: trunk/target/linux/lantiq/dts/VGV7510KW22NOR.dts =================================================================== --- trunk/target/linux/lantiq/dts/VGV7510KW22NOR.dts 2015-12-05 09:52:18 UTC (rev 47782) +++ trunk/target/linux/lantiq/dts/VGV7510KW22NOR.dts 2015-12-05 09:52:30 UTC (rev 47783) @@ -20,13 +20,8 @@ partition@80000 { label = "firmware"; - reg = <0x80000 0xe60000>; /* 14720 KiB */ + reg = <0x80000 0xf60000>; /* 15744 KiB */ }; - - partition@1e80000 { - label = "dsl_fw"; - reg = <0xee0000 0x100000>; /* 1024 KiB */ - }; }; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
