Commit 8b006015 authored by Richard Kunze's avatar Richard Kunze Committed by Andrew Lunn

ARM: dts: use all remaining MTD space foor rootfs of Iomega ix2-200

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: default avatarRichard Kunze <richard.kunze@web.de>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent 97bf6af1
...@@ -192,8 +192,8 @@ partition@100000 { ...@@ -192,8 +192,8 @@ partition@100000 {
}; };
partition@400000 { partition@400000 {
label = "uInitrd"; label = "rootfs";
reg = <0x540000 0x1000000>; reg = <0x400000 0x1C00000>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment