summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-14 18:43:39 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-14 18:43:39 +0000
commit9ab463a54228c0c6f5817e56325d72f2c4b5dbd4 (patch)
treeba2c6e6064a7cebae580eebe8423ee577a8fdc73 /target/linux/lantiq
parent47b6cbe9a4cb2c13cf3cfe567889f1fa2873fd52 (diff)
[lantiq] fix fritzbox 3370 partitions/memory/cmdline
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/image/FRITZ3370.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/lantiq/image/FRITZ3370.dts b/target/linux/lantiq/image/FRITZ3370.dts
index c7451bc4b..df3089286 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 {