diff options
author | John Crispin <john@openwrt.org> | 2013-04-07 11:46:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-07 11:46:54 +0000 |
commit | 709b19ed9f331ff147bba6be9364b35754d8e710 (patch) | |
tree | 71e7a77dd1f0b2bbfed85f572485286f229288ee /target/linux/ramips/dts/rt2880.dtsi | |
parent | 85675528da0cd5c29b14a77d8ea83150131b4520 (diff) | |
download | mtk-20170518-709b19ed9f331ff147bba6be9364b35754d8e710.zip mtk-20170518-709b19ed9f331ff147bba6be9364b35754d8e710.tar.gz mtk-20170518-709b19ed9f331ff147bba6be9364b35754d8e710.tar.bz2 |
fix default commandline in dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36243
Diffstat (limited to 'target/linux/ramips/dts/rt2880.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt2880.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi index 2d6a7a9..abf2271 100644 --- a/target/linux/ramips/dts/rt2880.dtsi +++ b/target/linux/ramips/dts/rt2880.dtsi @@ -10,7 +10,7 @@ }; chosen { - bootargs = "console=ttyS0,57600 init=/init"; + bootargs = "console=ttyS0,57600"; }; cpuintc: cpuintc@0 { |