diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:30 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:30 +0000 |
commit | 7116b091eba71ea7ffcda28a03a2ea1665df5931 (patch) | |
tree | b1f3ace542e864e355c569b1dcd8d2c3af36364d /target/linux/kirkwood/patches-3.10/140-dockstar.patch | |
parent | f767d83b67b9657dae4f06038c9672e52249e86c (diff) | |
download | upstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.tar.gz upstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.tar.bz2 upstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.zip |
kirkwood: drop 3.10 support
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42077
Diffstat (limited to 'target/linux/kirkwood/patches-3.10/140-dockstar.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.10/140-dockstar.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/kirkwood/patches-3.10/140-dockstar.patch b/target/linux/kirkwood/patches-3.10/140-dockstar.patch deleted file mode 100644 index 8054891123..0000000000 --- a/target/linux/kirkwood/patches-3.10/140-dockstar.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/arch/arm/boot/dts/kirkwood-dockstar.dts -+++ b/arch/arm/boot/dts/kirkwood-dockstar.dts -@@ -45,18 +45,22 @@ - - partition@0 { - label = "u-boot"; -- reg = <0x0000000 0x100000>; -- read-only; -+ reg = <0x0000000 0xe0000>; -+ }; -+ -+ partition@e0000 { -+ label = "u-boot environment"; -+ reg = <0xe0000 0x100000>; - }; - - partition@100000 { -- label = "uImage"; -- reg = <0x0100000 0x400000>; -+ label = "second stage u-boot"; -+ reg = <0x100000 0x200000>; - }; - -- partition@500000 { -- label = "data"; -- reg = <0x0500000 0xfb00000>; -+ partition@200000 { -+ label = "root"; -+ reg = <0x200000 0xfe00000>; - }; - }; - }; |