diff options
author | John Crispin <john@openwrt.org> | 2013-03-14 18:43:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-14 18:43:39 +0000 |
commit | 0f7f1f3347cac06fbb5eb7c97f1c588693a40c6d (patch) | |
tree | 27615f0ac3ff944518dad83b88976990ead7d54f /target/linux/lantiq/image | |
parent | 5452dbad6163ded47be8f0c37aa7f725579cc323 (diff) | |
download | upstream-0f7f1f3347cac06fbb5eb7c97f1c588693a40c6d.tar.gz upstream-0f7f1f3347cac06fbb5eb7c97f1c588693a40c6d.tar.bz2 upstream-0f7f1f3347cac06fbb5eb7c97f1c588693a40c6d.zip |
fix fritzbox 3370 partitions/memory/cmdline
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36027
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/FRITZ3370.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/lantiq/image/FRITZ3370.dts b/target/linux/lantiq/image/FRITZ3370.dts index c7451bc4ba..df3089286d 100644 --- a/target/linux/lantiq/image/FRITZ3370.dts +++ b/target/linux/lantiq/image/FRITZ3370.dts @@ -6,11 +6,11 @@ model = "FRITZ3370 - Fritz!Box WLAN 3370"; chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + bootargs = "console=ttyLTQ0,115200 init=/etc/preinit rootfstype=jffs2"; }; memory@0 { - reg = <0x0 0x4000000>; + reg = <0x0 0x8000000>; }; fpi@10000000 { @@ -23,17 +23,17 @@ #size-cells = <1>; partition@0 { - label = "linux"; + label = "kernel"; reg = <0x00000 0x400000>; }; partition@400000 { - label = "filesystem"; + label = "rootfs"; reg = <0x400000 0x3000000>; }; partition@3400000 { - label = "reserved-kernel"; + label = "vr9_firmware"; reg = <0x3400000 0x400000>; }; partition@3800000 { |