diff options
author | John Crispin <john@openwrt.org> | 2013-04-09 14:19:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-09 14:19:28 +0000 |
commit | e468abcae08b82174ab086261a8767e468b720ed (patch) | |
tree | caaf9dfa8f5ef1083ab16350f6589cf4d7084639 /target/linux/ramips/dts/WR6202.dts | |
parent | 82c3b7ce2669e44619adbdfa9b26113aa12ef2c0 (diff) | |
download | upstream-e468abcae08b82174ab086261a8767e468b720ed.tar.gz upstream-e468abcae08b82174ab086261a8767e468b720ed.tar.bz2 upstream-e468abcae08b82174ab086261a8767e468b720ed.zip |
remove bootargs from dts
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36288
Diffstat (limited to 'target/linux/ramips/dts/WR6202.dts')
-rw-r--r-- | target/linux/ramips/dts/WR6202.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WR6202.dts b/target/linux/ramips/dts/WR6202.dts index 5b634ca10e..a385db7b28 100644 --- a/target/linux/ramips/dts/WR6202.dts +++ b/target/linux/ramips/dts/WR6202.dts @@ -11,7 +11,7 @@ }; chosen { - bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; + bootargs = "console=ttyS0,115200"; }; palmbus@10000000 { |