kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Dec 2014 23:29:49 +0000 (23:29 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Dec 2014 23:29:49 +0000 (23:29 +0000)
Signed-off-by: Richard Kunze <richard.kunze@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43590 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch [new file with mode: 0644]

diff --git a/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch b/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch
new file mode 100644 (file)
index 0000000..975e617
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
++++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
+@@ -191,8 +191,8 @@
+       };
+       partition@400000 {
+-              label = "uInitrd";
+-              reg = <0x540000 0x1000000>;
++              label = "rootfs";
++              reg = <0x400000 0x1C00000>;
+       };
+ };