]> Pileus Git - ~andy/linux/blobdiff - drivers/mtd/nand/sharpsl.c
MTD: Correct Poodle partition size
[~andy/linux] / drivers / mtd / nand / sharpsl.c
index 1924a4f137c79eed315673de214224d225e78e70..c294374871a4d64614bb29ac4ba43afe82aea181 100644 (file)
@@ -237,7 +237,7 @@ sharpsl_nand_init(void)
                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()) {