]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: use all remaining MTD space foor rootfs of Iomega ix2-200
authorRichard Kunze <richard.kunze@web.de>
Sun, 14 Dec 2014 19:53:39 +0000 (20:53 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Sun, 21 Dec 2014 12:31:50 +0000 (06:31 -0600)
The original MTD partition layout for the Iomega ix2-200 leaves most of the
available space unused. This patch changes the layout to use all remaining
MTD space after the partitions for u-boot/u-boot-env and the kernel uimage
as a "rootfs" partition.

Signed-off-by: Richard Kunze <richard.kunze@web.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts

index 05291f3990d03561ff50940f42956d5b11019724..2a5c5a33db0c79adf18769e9abd838dbe54b5124 100644 (file)
        };
 
        partition@400000 {
-               label = "uInitrd";
-               reg = <0x540000 0x1000000>;
+               label = "rootfs";
+               reg = <0x400000 0x1C00000>;
        };
 };