diff options
author | John Crispin <john@openwrt.org> | 2015-02-13 07:29:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-13 07:29:17 +0000 |
commit | 440d9ddf7f5548c2bc594b66e9d5d710cfbbc0a9 (patch) | |
tree | 7f58537a42119d283a6cb965d74ed8c6e3f910c4 | |
parent | 45c912ba1318de470f164c1a1c9c176a5527e643 (diff) | |
download | upstream-440d9ddf7f5548c2bc594b66e9d5d710cfbbc0a9.tar.gz upstream-440d9ddf7f5548c2bc594b66e9d5d710cfbbc0a9.tar.bz2 upstream-440d9ddf7f5548c2bc594b66e9d5d710cfbbc0a9.zip |
lantiq: fix DGN3500 root device
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 44428
-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 a79ed9f6c9..5d2c456531 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -2,7 +2,7 @@ / { chosen { - bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200"; + bootargs-append = "root= console=ttyLTQ0,115200"; }; memory@0 { |