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/rt5350.dtsi | |
parent | 85675528da0cd5c29b14a77d8ea83150131b4520 (diff) | |
download | upstream-709b19ed9f331ff147bba6be9364b35754d8e710.tar.gz upstream-709b19ed9f331ff147bba6be9364b35754d8e710.tar.bz2 upstream-709b19ed9f331ff147bba6be9364b35754d8e710.zip |
fix default commandline in dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36243
Diffstat (limited to 'target/linux/ramips/dts/rt5350.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 1103700160..ff6ef632da 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -10,7 +10,7 @@ }; chosen { - bootargs = "console=ttyS0,57600 init=/init"; + bootargs = "console=ttyS0,57600"; }; cpuintc: cpuintc@0 { |