mtd/drivers/mtd/maps wr_sbc82xx_flash.c,1.3,1.4
David Woodhouse
dwmw2 at infradead.org
Wed Jul 14 08:55:44 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv796/drivers/mtd/maps
Modified Files:
wr_sbc82xx_flash.c
Log Message:
fix partitioning harder
Index: wr_sbc82xx_flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/wr_sbc82xx_flash.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wr_sbc82xx_flash.c 14 Jul 2004 09:44:15 -0000 1.3
+++ wr_sbc82xx_flash.c 14 Jul 2004 12:55:42 -0000 1.4
@@ -46,19 +46,19 @@
static struct mtd_partition bigflash_parts[] = {
{
.name = "bootloader",
- .size = 0x00080000,
+ .size = 0x00100000,
.offset = 0,
}, {
.name = "file system",
- .size = 0x01f80000,
+ .size = 0x01f00000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "boot config",
- .size = 0x00080000,
+ .size = 0x00100000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "space",
- .size = 0x01f80000,
+ .size = 0x01f00000,
.offset = MTDPART_OFS_APPEND,
}
};
More information about the linux-mtd-cvs
mailing list