mtd/drivers/mtd/maps wr_sbc82xx_flash.c,1.2,1.3

David Woodhouse dwmw2 at infradead.org
Wed Jul 14 05:44:18 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv32710

Modified Files:
	wr_sbc82xx_flash.c 
Log Message:
Change partitioning.


Index: wr_sbc82xx_flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/wr_sbc82xx_flash.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wr_sbc82xx_flash.c	12 Jul 2004 21:59:45 -0000	1.2
+++ wr_sbc82xx_flash.c	14 Jul 2004 09:44:15 -0000	1.3
@@ -46,11 +46,19 @@
 static struct mtd_partition bigflash_parts[] = {
 	{
 		.name =		"bootloader",
-		.size =		0x80000,
+		.size =		0x00080000,
 		.offset =	0,
 	}, {
 		.name =		"file system",
-		.size =		MTDPART_SIZ_FULL,
+		.size =		0x01f80000,
+		.offset =	MTDPART_OFS_APPEND,
+	}, {
+		.name =		"boot config",
+		.size =		0x00080000,
+		.offset =	MTDPART_OFS_APPEND,
+	}, {
+		.name =		"space",
+		.size =		0x01f80000,
 		.offset =	MTDPART_OFS_APPEND,
 	}
 };





More information about the linux-mtd-cvs mailing list