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/VGV7510KW22NOR.dts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/lantiq/dts/VGV7510KW22NOR.dts') 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