mtd/drivers/mtd/nand sharpsl.c,1.3,1.4
rpurdie at infradead.org
rpurdie at infradead.org
Sun Jan 23 06:09:22 EST 2005
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv16321/drivers/mtd/nand
Modified Files:
sharpsl.c
Log Message:
NAND SharpSL: Correct Poodle default partition size
Index: sharpsl.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/sharpsl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sharpsl.c 3 Jan 2005 14:53:50 -0000 1.3
+++ sharpsl.c 23 Jan 2005 11:09:19 -0000 1.4
@@ -216,7 +216,7 @@
nr_partitions = DEFAULT_NUM_PARTITIONS;
sharpsl_partition_info = sharpsl_nand_default_partition_info;
if (machine_is_poodle()) {
- sharpsl_partition_info[1].size=22 * 1024 * 1024;
+ sharpsl_partition_info[1].size=30 * 1024 * 1024;
} else if (machine_is_corgi() || machine_is_shepherd()) {
sharpsl_partition_info[1].size=25 * 1024 * 1024;
} else if (machine_is_husky()) {
More information about the linux-mtd-cvs
mailing list