1 Index: linux-2.6.21.7/drivers/mtd/devices/at91_dataflash.c
2 ===================================================================
3 --- linux-2.6.21.7.orig/drivers/mtd/devices/at91_dataflash.c
4 +++ linux-2.6.21.7/drivers/mtd/devices/at91_dataflash.c
5 @@ -161,12 +161,12 @@ static struct mtd_partition static_parti
6 .mask_flags = MTD_WRITEABLE, /* read-only */
11 .offset = MTDPART_OFS_NXTBLK,
12 - .size = 5 * 32 * 8 * 1056, /* 5 sectors */
13 + .size = 0x320400, /* 5 sectors */
16 - .name = "filesystem",
18 .offset = MTDPART_OFS_NXTBLK,
19 .size = MTDPART_SIZ_FULL, /* rest = 26 sectors */