diff options
author | Luka Perkov <luka@openwrt.org> | 2014-12-09 23:29:49 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-12-09 23:29:49 +0000 |
commit | 3b1762539427ef87c7463d9eab67500220571232 (patch) | |
tree | 54668f6e2a9d30390ccb18a9b69f302d9a16298c /target/linux/kirkwood/patches-3.14 | |
parent | 1b88b149a98f1e403fa68b59e92a872429683cd7 (diff) | |
download | upstream-3b1762539427ef87c7463d9eab67500220571232.tar.gz upstream-3b1762539427ef87c7463d9eab67500220571232.tar.bz2 upstream-3b1762539427ef87c7463d9eab67500220571232.zip |
kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs
Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43590
Diffstat (limited to 'target/linux/kirkwood/patches-3.14')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch b/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch new file mode 100644 index 0000000000..975e6176f8 --- /dev/null +++ b/target/linux/kirkwood/patches-3.14/120-iomega_ix2_200.patch @@ -0,0 +1,13 @@ +--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts ++++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts +@@ -191,8 +191,8 @@ + }; + + partition@400000 { +- label = "uInitrd"; +- reg = <0x540000 0x1000000>; ++ label = "rootfs"; ++ reg = <0x400000 0x1C00000>; + }; + }; + |