aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-05-14 23:32:42 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-07-20 10:00:51 +0200
commitac5854f3cf2247fe6afc83d1d7297d94a47ca90c (patch)
tree40b7b4fbd893b82acb0b144eb9127acc71b53fec
parent1ca0a690ba48c9333c25d087ba46ae42bbf98369 (diff)
downloadmeta-handheld-ac5854f3cf2247fe6afc83d1d7297d94a47ca90c.tar.gz
linux-kexecboot_4.4: remove superseded 3200-mtd.patch
The real partitioning is detected by the kernel mtd parser sharpslpart. No confusion between 300, 3100 and 3200 mtdparts anymore. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch13
-rw-r--r--recipes-kernel/linux/linux-kexecboot_4.4.bb3
2 files changed, 0 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch b/recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch
deleted file mode 100644
index 4b2a968..0000000
--- a/recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c
-index 953a919..14e7736 100644
---- a/arch/arm/mach-pxa/spitz.c
-+++ b/arch/arm/mach-pxa/spitz.c
-@@ -802,7 +802,7 @@ static void __init spitz_nand_init(void)
- spitz_nand_bbt.len = 1;
- spitz_nand_pdata.ecc_layout = &akita_oobinfo;
- } else if (machine_is_borzoi()) {
-- spitz_nand_partitions[1].size = 32 * 1024 * 1024;
-+ spitz_nand_partitions[1].size = 43 * 1024 * 1024;
- spitz_nand_bbt.len = 1;
- spitz_nand_pdata.ecc_layout = &akita_oobinfo;
- }
diff --git a/recipes-kernel/linux/linux-kexecboot_4.4.bb b/recipes-kernel/linux/linux-kexecboot_4.4.bb
index cb3f544..576eea0 100644
--- a/recipes-kernel/linux/linux-kexecboot_4.4.bb
+++ b/recipes-kernel/linux/linux-kexecboot_4.4.bb
@@ -7,9 +7,6 @@ COMPATIBLE_MACHINE = "|akita|c7x0|collie|poodle|spitz|tosa"
LOCOMO_PATCHES += "file://locomo/0091-locomokbd.c-invert-KEY_ENTER-and-KEY_KPENTER.patch"
-# only for SL-C3200 (terrier)
-# SRC_URI_append_spitz += "file://3200-mtd.patch"
-
# Zaurus machines need kernel size-check.
KERNEL_IMAGE_MAXSIZE_akita = "1264"
KERNEL_IMAGE_MAXSIZE_c7x0 = "1264"