From: Luca Santini <luca.santini@spesonline.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] edosk7760 physmap
Date: Thu, 18 Sep 2008 09:49:56 +0000 [thread overview]
Message-ID: <48D22444.90802@spesonline.com> (raw)
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",
next reply other threads:[~2008-09-18 9:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-18 9:49 Luca Santini [this message]
2008-09-18 11:28 ` [PATCH] edosk7760 physmap Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48D22444.90802@spesonline.com \
--to=luca.santini@spesonline.com \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox