aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sharpsl.c
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-18 02:04:18 +0100
committerRichard Purdie <richard@tim.rpsys.net>2006-04-18 02:04:18 +0100
commit6e62e8c2c7b1e3387d73ecb3f7539314b7a9931e (patch)
tree9bd5531198ad83d70a1a328f573f0d7561ad0da0 /drivers/mtd/nand/sharpsl.c
parentb802c0741103aa92251d536c115874d51f802ec8 (diff)
downloadkernel_samsung_smdk4412-6e62e8c2c7b1e3387d73ecb3f7539314b7a9931e.zip
kernel_samsung_smdk4412-6e62e8c2c7b1e3387d73ecb3f7539314b7a9931e.tar.gz
kernel_samsung_smdk4412-6e62e8c2c7b1e3387d73ecb3f7539314b7a9931e.tar.bz2
MTD: Correct Poodle partition size
Correct the MTD NAND partition size for Poodle (Sharp Zaurus SL-5600) Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/mtd/nand/sharpsl.c')
-rw-r--r--drivers/mtd/nand/sharpsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sharpsl.c b/drivers/mtd/nand/sharpsl.c
index 1924a4f..c294374 100644
--- a/drivers/mtd/nand/sharpsl.c
+++ b/drivers/mtd/nand/sharpsl.c
@@ -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()) {