diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-18 09:41:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-18 09:41:04 +0000 |
commit | 1bf7220e1fb205ac16941b183be3a8db0d0e4e5a (patch) | |
tree | e0e565df9cb394893e8392a6020c3852a85d7dda /target/linux/lantiq/dts | |
parent | c5d0bb8d0cb89140bef81455757a339050c0bbf5 (diff) | |
download | upstream-1bf7220e1fb205ac16941b183be3a8db0d0e4e5a.tar.gz upstream-1bf7220e1fb205ac16941b183be3a8db0d0e4e5a.tar.bz2 upstream-1bf7220e1fb205ac16941b183be3a8db0d0e4e5a.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44032 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 { |