public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] edosk7760 physmap
@ 2008-09-18  9:49 Luca Santini
  2008-09-18 11:28 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Santini @ 2008-09-18  9:49 UTC (permalink / raw)
  To: linux-sh

The default bootloader (ETS) partition is 256KB.
Sorry for previous mistake,



diff --git a/arch/sh/boards/board-edosk7760.c b/arch/sh/boards/board-edosk7760.c
index 4890ba7..9b1ec68 100644
--- a/arch/sh/boards/board-edosk7760.c
+++ b/arch/sh/boards/board-edosk7760.c
@@ -46,7 +46,7 @@ static struct mtd_partition edosk7760_nor_flash_partitions[] = {
        {
                .name = "bootloader",
                .offset = 0,
-               .size = (1 * 1024 * 1024), /*1MB*/
+               .size = (256 * 1024), /*256KB*/
                .mask_flags = MTD_WRITEABLE,    /* Read-only */
        }, {
                .name = "kernel",


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-18 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18  9:49 [PATCH] edosk7760 physmap Luca Santini
2008-09-18 11:28 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox