diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 52912a6149c7..0fb665d28603 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -71,7 +71,7 @@ static struct mtd_partition nor_flash_partitions[] = { | |||
71 | .name = "boot loader", | 71 | .name = "boot loader", |
72 | .offset = 0, | 72 | .offset = 0, |
73 | .size = (5 * 1024 * 1024), | 73 | .size = (5 * 1024 * 1024), |
74 | .mask_flags = MTD_CAP_ROM, | 74 | .mask_flags = MTD_WRITEABLE, /* force read-only */ |
75 | }, { | 75 | }, { |
76 | .name = "free-area", | 76 | .name = "free-area", |
77 | .offset = MTDPART_OFS_APPEND, | 77 | .offset = MTDPART_OFS_APPEND, |