* [PATCH ARM: mach-shmobile: ap4evb: MTD loader become readonly
@ 2010-11-08 5:45 Kuninori Morimoto
2010-11-08 6:10 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2010-11-08 5:45 UTC (permalink / raw)
To: linux-sh
From: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/mach-shmobile/board-ap4evb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 0de010e..ed92604 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -159,11 +159,13 @@ static struct mtd_partition nor_flash_partitions[] = {
.name = "loader",
.offset = 0x00000000,
.size = 512 * 1024,
+ .mask_flags = MTD_WRITEABLE,
},
{
.name = "bootenv",
.offset = MTDPART_OFS_APPEND,
.size = 512 * 1024,
+ .mask_flags = MTD_WRITEABLE,
},
{
.name = "kernel_ro",
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH ARM: mach-shmobile: ap4evb: MTD loader become readonly
2010-11-08 5:45 [PATCH ARM: mach-shmobile: ap4evb: MTD loader become readonly Kuninori Morimoto
@ 2010-11-08 6:10 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-11-08 6:10 UTC (permalink / raw)
To: linux-sh
On Mon, Nov 08, 2010 at 02:45:09PM +0900, Kuninori Morimoto wrote:
> From: Yusuke Goda <yusuke.goda.sx@renesas.com>
>
> Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> arch/arm/mach-shmobile/board-ap4evb.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-08 6:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 5:45 [PATCH ARM: mach-shmobile: ap4evb: MTD loader become readonly Kuninori Morimoto
2010-11-08 6:10 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox