summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
diff options
context:
space:
mode:
authorRichard Kunze <richard.kunze@web.de>2014-12-14 20:53:39 +0100
committerAndrew Lunn <andrew@lunn.ch>2014-12-21 06:31:50 -0600
commit8b00601547ca28c5c55124dceba203b5f5e2c214 (patch)
treec56efb23f8e66b38dba2806c01a8d5c5a4b7a82b /arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
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: Richard Kunze <richard.kunze@web.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts4
1 files 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 05291f3990d0..2a5c5a33db0c 100644
--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
+++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
@@ -192,8 +192,8 @@
};
partition@400000 {
- label = "uInitrd";
- reg = <0x540000 0x1000000>;
+ label = "rootfs";
+ reg = <0x400000 0x1C00000>;
};
};