diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 12:38:01 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-01 17:49:01 +0100 |
commit | 71e86199ff192538ce9fde59e563e7f54ce9f99a (patch) | |
tree | 7faaafc06ac78a4ab6e4cf61b905296922db05b1 /target/linux/lantiq/dts | |
parent | 289f2a8ce36caff6c9ec65585b397f64ffd0f244 (diff) | |
download | upstream-71e86199ff192538ce9fde59e563e7f54ce9f99a.tar.gz upstream-71e86199ff192538ce9fde59e563e7f54ce9f99a.tar.bz2 upstream-71e86199ff192538ce9fde59e563e7f54ce9f99a.zip |
lantiq: enable SMP for XRX200
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7510KW22.dtsi | 2 | ||||
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index fa46e07670..4f76e7ddf3 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -4,7 +4,7 @@ / { chosen { - bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; + bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp"; }; aliases { diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 9080d8d997..9e0675f195 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -4,7 +4,7 @@ / { chosen { - bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; + bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp"; }; aliases { |