diff options
author | Mathias Kresin <dev@kresin.me> | 2017-06-28 23:34:51 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-04 16:29:07 +0200 |
commit | 0825de2df7b7a13e5185140e1a5c0318aa16afe4 (patch) | |
tree | db6c423b053e576957138a8752990cda8bd4d435 /target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch | |
parent | 9808b9ae0248f0e2b525493f10752b2b9fc9fde4 (diff) | |
download | upstream-0825de2df7b7a13e5185140e1a5c0318aa16afe4.tar.gz upstream-0825de2df7b7a13e5185140e1a5c0318aa16afe4.tar.bz2 upstream-0825de2df7b7a13e5185140e1a5c0318aa16afe4.zip |
kirkwood: drop kernel 4.4 support
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch')
-rw-r--r-- | target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch b/target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch deleted file mode 100644 index c8e15d4f81..0000000000 --- a/target/linux/kirkwood/patches-4.4/190-zyxel-nsa3xx-common-nand-partitions.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- a/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi -+++ b/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi -@@ -121,39 +121,15 @@ - - partition@0 { - label = "uboot"; -- reg = <0x0000000 0x0100000>; -+ reg = <0x0000000 0x00c0000>; - read-only; - }; - partition@100000 { - label = "uboot_env"; -- reg = <0x0100000 0x0080000>; -+ reg = <0x00c0000 0x0080000>; - }; -- partition@180000 { -- label = "key_store"; -- reg = <0x0180000 0x0080000>; -- }; -- partition@200000 { -- label = "info"; -- reg = <0x0200000 0x0080000>; -- }; -- partition@280000 { -- label = "etc"; -- reg = <0x0280000 0x0a00000>; -- }; -- partition@c80000 { -- label = "kernel_1"; -- reg = <0x0c80000 0x0a00000>; -- }; -- partition@1680000 { -- label = "rootfs1"; -- reg = <0x1680000 0x2fc0000>; -- }; -- partition@4640000 { -- label = "kernel_2"; -- reg = <0x4640000 0x0a00000>; -- }; -- partition@5040000 { -- label = "rootfs2"; -- reg = <0x5040000 0x2fc0000>; -+ partition@140000 { -+ label = "ubi"; -+ reg = <0x0140000 0x7ec0000>; - }; - }; |