aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-03-18 00:17:14 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-20 09:23:00 +0000
commita268810f7c2c1f13e01cc02bcddc23c46118551d (patch)
treebb9956d96b463324511a49a3788472652e8b123e /recipes-kernel
parent802a16252c5fbee235fa725c7251914d81a35612 (diff)
downloadmeta-handheld-a268810f7c2c1f13e01cc02bcddc23c46118551d.tar.gz
linux-yocto-tiny-kexecboot: add patch fixing mtd on SL-C3200
* the patch must be listed in SRC_URI when compiling for 'terrier' * because kernel only knows about spitz and borzoi Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/3200-mtd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/3200-mtd.patch b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/3200-mtd.patch
new file mode 100644
index 0000000..4b2a968
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/3200-mtd.patch
@@ -0,0 +1,13 @@
+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;
+ }