diff options
author | John Crispin <john@openwrt.org> | 2013-08-06 12:31:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-06 12:31:16 +0000 |
commit | 7f2eaac407a0cb7bfbfdb7907d9e1654aef76d2a (patch) | |
tree | d5b286136d1dc29ebe46739be09dd8eed302014e /target/linux/lantiq | |
parent | e993e0c2cfe07de5ffc9afd5be047751a5e6fabc (diff) | |
download | upstream-7f2eaac407a0cb7bfbfdb7907d9e1654aef76d2a.tar.gz upstream-7f2eaac407a0cb7bfbfdb7907d9e1654aef76d2a.tar.bz2 upstream-7f2eaac407a0cb7bfbfdb7907d9e1654aef76d2a.zip |
lantiq: fix TDW8970.dts commandline and partition name
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37720
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index a632086188..32fea9f915 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -6,7 +6,7 @@ model = "TDW8970 - TP-LINK TD-W8970"; chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit rootfstype=jffs2"; + bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; memory@0 { @@ -168,7 +168,7 @@ partition@20000 { reg = <0x20000 0x7a0000>; - label = "firmware"; + label = "linux"; }; partition@7c0000 { |