diff options
author | John Crispin <john@openwrt.org> | 2015-01-18 09:41:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-18 09:41:04 +0000 |
commit | fcbc21890c40b2f1a4f2226915ef5debd1a7fa0f (patch) | |
tree | 6afe77873862ba505d70c502d6dd3e28a547a277 /target/linux/lantiq/dts/DGN3500.dtsi | |
parent | 4424620c514c789be913916f9d730e32f683e29f (diff) | |
download | upstream-fcbc21890c40b2f1a4f2226915ef5debd1a7fa0f.tar.gz upstream-fcbc21890c40b2f1a4f2226915ef5debd1a7fa0f.tar.bz2 upstream-fcbc21890c40b2f1a4f2226915ef5debd1a7fa0f.zip |
lantiq: DGN3500 cleanups
This patch builds on the previous three to streamline support for the
Netgear DGN3500.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 44032
Diffstat (limited to 'target/linux/lantiq/dts/DGN3500.dtsi')
-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 e77d823ae3..a79ed9f6c9 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -2,7 +2,7 @@ / { chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200"; }; memory@0 { |