summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch
new file mode 100644
index 00000000..46a46e77
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch
@@ -0,0 +1,24 @@
1From 701bababc8f9e458e01bdb512199ce175110fe19 Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Thu, 17 Dec 2009 12:40:24 -0800
4Subject: [PATCH 04/45] ARM: OMAP: Make beagle u-boot partition writable
5
6---
7 arch/arm/mach-omap2/board-omap3beagle.c | 1 -
8 1 files changed, 0 insertions(+), 1 deletions(-)
9
10diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
11index ddfb9c0..9f72c7a 100644
12--- a/arch/arm/mach-omap2/board-omap3beagle.c
13+++ b/arch/arm/mach-omap2/board-omap3beagle.c
14@@ -112,7 +112,6 @@ static struct mtd_partition omap3beagle_nand_partitions[] = {
15 .name = "U-Boot",
16 .offset = MTDPART_OFS_APPEND, /* Offset = 0x80000 */
17 .size = 15 * NAND_BLOCK_SIZE,
18- .mask_flags = MTD_WRITEABLE, /* force read-only */
19 },
20 {
21 .name = "U-Boot Env",
22--
231.6.6.1
24