All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Beagle: make u-boot nand partition writable
@ 2010-04-08 14:22 Steve Sakoman
  0 siblings, 0 replies; only message in thread
From: Steve Sakoman @ 2010-04-08 14:22 UTC (permalink / raw)
  To: linux-omap

From: Steve Sakoman <steve@sakoman.com>

Many Beagle users prefer to update their NAND using linux tools rather
than u-boot.  This patch makes the u-boot partition writable so that
updates are possible.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
------

diff --git a/arch/arm/mach-omap2/board-omap3beagle.c
b/arch/arm/mach-omap2/board-omap3beagle.c
index 0aaab60..4e77097 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -108,7 +108,6 @@ static struct mtd_partition
omap3beagle_nand_partitions[] = {
 		.name		= "U-Boot",
 		.offset		= MTDPART_OFS_APPEND,	/* Offset = 0x80000 */
 		.size		= 15 * NAND_BLOCK_SIZE,
-		.mask_flags	= MTD_WRITEABLE,	/* force read-only */
 	},
 	{
 		.name		= "U-Boot Env",

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-08 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-08 14:22 [PATCH] ARM: OMAP: Beagle: make u-boot nand partition writable Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.