diff options
Diffstat (limited to 'drivers/mtd/onenand/samsung_gsm.h')
-rw-r--r-- | drivers/mtd/onenand/samsung_gsm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/onenand/samsung_gsm.h b/drivers/mtd/onenand/samsung_gsm.h index 3ac7d43..450b28f 100644 --- a/drivers/mtd/onenand/samsung_gsm.h +++ b/drivers/mtd/onenand/samsung_gsm.h @@ -40,14 +40,14 @@ struct mtd_partition s3c_partition_info[] = { .size = (30*SZ_256K), //131 }, { - .name = "system", + .name = "userdata", .offset = (132*SZ_256K), - .size = (1400*SZ_256K), //1531 + .size = (1688*SZ_256K), //1819 }, { .name = "cache", - .offset = (1532*SZ_256K), - .size = (358*SZ_256K), //1889 + .offset = (1820*SZ_256K), + .size = (70*SZ_256K), //1889 }, { /* we should consider moving this before the modem at the end that would allow us to change the partitions before without |