aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-02-27 00:07:08 +0100
committerAndrea Adami <andrea.adami@gmail.com>2015-04-13 23:03:06 +0200
commitfe26ab3ef2029de12641d5749fdf0dbbe9c23658 (patch)
tree333d80166b52818ae890d58c4adb027186a2ab57 /recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch
parent318318c74f0e37f4cf54a4c8f3aab9e59555111d (diff)
downloadmeta-handheld-fe26ab3ef2029de12641d5749fdf0dbbe9c23658.tar.gz
linux-yocto(-tiny-kexecboot)_3.10: remove orphans
(kernel 3.10 has been removed from oe-core and meta-initramfs) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch')
-rw-r--r--recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/spitz/3200-mtd.patch
deleted file mode 100644
index 4b2a968..0000000
--- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.10/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;
- }