]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/linux/linux-omap-psp-2.6.32/0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch
netbase: automatically bring up usb0 on BeagleBoard xM
[glsdk/meta-ti-glsdk.git] / recipes-bsp / linux / linux-omap-psp-2.6.32 / 0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch
1 From 701bababc8f9e458e01bdb512199ce175110fe19 Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Thu, 17 Dec 2009 12:40:24 -0800
4 Subject: [PATCH 04/45] ARM: OMAP: Make beagle u-boot partition writable
6 ---
7  arch/arm/mach-omap2/board-omap3beagle.c |    1 -
8  1 files changed, 0 insertions(+), 1 deletions(-)
10 diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
11 index 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 -- 
23 1.6.6.1