mtd/drivers/mtd/nand sharpsl.c,1.7,1.8
rpurdie at infradead.org
rpurdie at infradead.org
Mon Apr 17 20:07:48 EDT 2006
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv31266/drivers/mtd/nand
Modified Files:
sharpsl.c
Log Message:
Correct the MTD NAND partition size for Poodle (Sharp Zaurus SL-5600)
Index: sharpsl.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/sharpsl.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sharpsl.c 7 Nov 2005 11:14:31 -0000 1.7
+++ sharpsl.c 18 Apr 2006 00:07:45 -0000 1.8
@@ -237,7 +237,7 @@
nr_partitions = DEFAULT_NUM_PARTITIONS;
sharpsl_partition_info = sharpsl_nand_default_partition_info;
if (machine_is_poodle()) {
- sharpsl_partition_info[1].size=30 * 1024 * 1024;
+ sharpsl_partition_info[1].size=22 * 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