diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-06 12:31:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-08-06 12:31:16 +0000 |
commit | 805fa5f5bdfaa9a62c6e6611636631dfeb45e6db (patch) | |
tree | b921ab9777d5dfa21288bb59a34c0aa426906161 /target | |
parent | 997be902b28b2d783af6b1d172d19f3d36938161 (diff) | |
download | upstream-805fa5f5bdfaa9a62c6e6611636631dfeb45e6db.tar.gz upstream-805fa5f5bdfaa9a62c6e6611636631dfeb45e6db.tar.bz2 upstream-805fa5f5bdfaa9a62c6e6611636631dfeb45e6db.zip |
lantiq: fix TDW8970.dts commandline and partition name
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37720 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 { |