Skip to content

Commit

Permalink
MTD: Correct Poodle partition size
Browse files Browse the repository at this point in the history
Correct the MTD NAND partition size for Poodle (Sharp Zaurus SL-5600)

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
  • Loading branch information
Richard Purdie authored and Richard Purdie committed Apr 18, 2006
1 parent b802c07 commit 6e62e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/sharpsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 6e62e8c

Please sign in to comment.