From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Santini Date: Thu, 18 Sep 2008 09:49:56 +0000 Subject: [PATCH] edosk7760 physmap Message-Id: <48D22444.90802@spesonline.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org 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",