aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch')
-rw-r--r--recipes-kernel/linux/linux-kexecboot-4.4/spitz/3200-mtd.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 0000000..4b2a968
--- /dev/null
+++ b/recipes-kernel/linux/linux-kexecboot-4.4/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;
+ }