diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:27 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:27 +0000 |
commit | f40e7946ce7ec24de65a60fe4e5eb50f3477d5f7 (patch) | |
tree | b37629a4bd1a1d5abe1cc557f4a7126469b7bc7f /target/linux/kirkwood/patches-3.14/130-iconnect.patch | |
parent | 37cef988442f73e75387b9c94df22a6cae93d82b (diff) | |
download | upstream-f40e7946ce7ec24de65a60fe4e5eb50f3477d5f7.tar.gz upstream-f40e7946ce7ec24de65a60fe4e5eb50f3477d5f7.tar.bz2 upstream-f40e7946ce7ec24de65a60fe4e5eb50f3477d5f7.zip |
kirkwood: drop support for 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44610
Diffstat (limited to 'target/linux/kirkwood/patches-3.14/130-iconnect.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.14/130-iconnect.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/kirkwood/patches-3.14/130-iconnect.patch b/target/linux/kirkwood/patches-3.14/130-iconnect.patch deleted file mode 100644 index ba5807e43c..0000000000 --- a/target/linux/kirkwood/patches-3.14/130-iconnect.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/arch/arm/boot/dts/kirkwood-iconnect.dts -+++ b/arch/arm/boot/dts/kirkwood-iconnect.dts -@@ -154,28 +154,23 @@ - status = "okay"; - - partition@0 { -- label = "uboot"; -- reg = <0x0000000 0xc0000>; -+ label = "u-boot"; -+ reg = <0x0000000 0xe0000>; - }; - -- partition@a0000 { -- label = "env"; -- reg = <0xa0000 0x20000>; -+ partition@e0000 { -+ label = "u-boot environment"; -+ reg = <0xe0000 0x100000>; - }; - - partition@100000 { -- label = "zImage"; -- reg = <0x100000 0x300000>; -+ label = "second stage u-boot"; -+ reg = <0x100000 0x200000>; - }; - -- partition@540000 { -- label = "initrd"; -- reg = <0x540000 0x300000>; -- }; -- -- partition@980000 { -- label = "boot"; -- reg = <0x980000 0x1f400000>; -+ partition@200000 { -+ label = "root"; -+ reg = <0x200000 0x1fe00000>; - }; - }; - |