diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2016-12-11 21:55:01 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-12 09:57:40 +0100 |
commit | 6b94234a6598b855573a6516494de8e7d755e944 (patch) | |
tree | cc3cd09c211b2482c6b38e8be25d534f8b199968 /target/linux/lantiq/dts/VGV7510KW22.dtsi | |
parent | 4995c64857a09c4cc92238ba0bd52cdb06c4c581 (diff) | |
download | upstream-6b94234a6598b855573a6516494de8e7d755e944.tar.gz upstream-6b94234a6598b855573a6516494de8e7d755e944.tar.bz2 upstream-6b94234a6598b855573a6516494de8e7d755e944.zip |
lantiq: remove "init" kernel command line parameter from bootargs
/etc/preinit has been the default init-script for a very long time (at
least since Linux 2.6.30 in OpenWrt). Remove the kernel command line
"init" parameter to get rid of duplicate and inconsistent definitions
of this parameter (some boards, like FRITZ3370 for example did not use
it at all, while it's just copy and paste on others).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Diffstat (limited to 'target/linux/lantiq/dts/VGV7510KW22.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/VGV7510KW22.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index f24f471ce3..e002c7daab 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -4,7 +4,7 @@ / { chosen { - bootargs = "init=/etc/preinit mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; + bootargs = "mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; }; aliases { |