diff options
author | John Crispin <john@openwrt.org> | 2013-11-11 13:15:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-11 13:15:08 +0000 |
commit | 000cefd85e8e7e1f3f19fe65c830646dcdfb4502 (patch) | |
tree | 694a81bccfefe32e8a96d711d97d98d706a35dac /target/linux/lantiq/dts | |
parent | f234cd7e6720cb356bd62ceff2bb5523350a2b9b (diff) | |
download | upstream-000cefd85e8e7e1f3f19fe65c830646dcdfb4502.tar.gz upstream-000cefd85e8e7e1f3f19fe65c830646dcdfb4502.tar.bz2 upstream-000cefd85e8e7e1f3f19fe65c830646dcdfb4502.zip |
lantiq: DGN3500 fixups
Just fixing up a few things for the Netgear DGN3500.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 38733
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/DGN3500.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index e2641dc0dd..e77d823ae3 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -2,7 +2,7 @@ / { chosen { - bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit"; + bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; memory@0 { |