From: Luka Perkov Date: Tue, 9 Dec 2014 23:29:49 +0000 (+0000) Subject: kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3a3ce3f13fd90c619e257e839fddfcf781ed7f52;p=openwrt%2Fsvn-archive%2Farchive.git kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs Signed-off-by: Richard Kunze SVN-Revision: 43590 --- 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 index 0000000000..975e6176f8 --- /dev/null +++ b/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch @@ -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>; + }; + }; +