[PATCH] ARM: dts: use all remaining MTD space foor rootfs of Iomega ix2-200
Andrew Lunn
andrew at lunn.ch
Sun Dec 21 04:32:11 PST 2014
On Sun, Dec 14, 2014 at 08:53:39PM +0100, Richard Kunze wrote:
> 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 at web.de>
Hi Richard
Applied to mvebu/dt.
Andrew
> ---
> arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
> index 7aeddcd..8474bff 100644
> --- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
> +++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
> @@ -196,8 +196,8 @@
> };
>
> partition at 400000 {
> - label = "uInitrd";
> - reg = <0x540000 0x1000000>;
> + label = "rootfs";
> + reg = <0x400000 0x1C00000>;
> };
> };
>
> --
> 1.9.1
>
More information about the linux-arm-kernel
mailing list