diff options
author | David Bauer <mail@david-bauer.net> | 2019-08-09 23:45:56 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-08-10 00:48:01 +0200 |
commit | 891a7007598d5d396bf621fcc6ab0cc083b192b6 (patch) | |
tree | cb2e633dd48e658577bf57ab1ad6e2e9fc151002 /target/linux/lantiq/files | |
parent | c12947b39e96c82974cbe0fc3557259713f37770 (diff) | |
download | upstream-891a7007598d5d396bf621fcc6ab0cc083b192b6.tar.gz upstream-891a7007598d5d396bf621fcc6ab0cc083b192b6.tar.bz2 upstream-891a7007598d5d396bf621fcc6ab0cc083b192b6.zip |
lantiq: enable second VPE on Fritz!Box 7412
The AVM Fritz!Box 7412 does not use the VMMC part of the Lantiq chip but
rather a proprietary solution based on the DECT chip for the FXS ports.
Therefore, the second VPE can be enabled for use with OpenWrt.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/lantiq/files')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts index 97817595e9..111ef1b320 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts @@ -11,7 +11,7 @@ model = "AVM FRITZ!Box 7412"; chosen { - bootargs = "console=ttyLTQ0,115200 mem=126M vpe1_load_addr=0x87e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp"; + bootargs = "console=ttyLTQ0,115200"; }; aliases { |