Skip to content

Commit

Permalink
ARM: dts: use all remaining MTD space foor rootfs of Iomega ix2-200
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Kunze authored and Andrew Lunn committed Dec 21, 2014
1 parent 97bf6af commit 8b00601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@
};

partition@400000 {
label = "uInitrd";
reg = <0x540000 0x1000000>;
label = "rootfs";
reg = <0x400000 0x1C00000>;
};
};

Expand Down

0 comments on commit 8b00601

Please sign in to comment.