mtd/drivers/mtd/nand autcpu12.c,1.3,1.4
gleixner at infradead.org
gleixner at infradead.org
Tue Jul 9 12:23:30 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv15936/mtd/drivers/mtd/nand
Modified Files:
autcpu12.c
Log Message:
changed autcpu12 nand partitions
Index: autcpu12.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/autcpu12.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autcpu12.c 26 Feb 2002 17:58:24 -0000 1.3
+++ autcpu12.c 9 Jul 2002 16:23:27 -0000 1.4
@@ -79,9 +79,9 @@
static struct mtd_partition partition_info32k[] = {
{ name: "AUTCPU12 flash partition 1",
offset: 0,
- size: 16 * SZ_1M },
+ size: 8 * SZ_1M },
{ name: "AUTCPU12 flash partition 2",
- offset: 16 * SZ_1M,
+ offset: 8 * SZ_1M,
size: 24 * SZ_1M },
};
@@ -95,8 +95,8 @@
};
#define NUM_PARTITIONS16K 2
-#define NUM_PARTITIONS32K 3
-#define NUM_PARTITIONS64K 4
+#define NUM_PARTITIONS32K 2
+#define NUM_PARTITIONS64K 2
/*
* hardware specific access to control-lines
More information about the linux-mtd-cvs
mailing list