diff options
Diffstat (limited to 'drivers/mtd/nand/wmt_nand.c')
-rwxr-xr-x | drivers/mtd/nand/wmt_nand.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mtd/nand/wmt_nand.c b/drivers/mtd/nand/wmt_nand.c index d7ef14f5..e57b33f5 100755 --- a/drivers/mtd/nand/wmt_nand.c +++ b/drivers/mtd/nand/wmt_nand.c @@ -416,17 +416,17 @@ struct mtd_partition nand_partitions[] = { .size = 0x1000000, }, { - .name = "swap", + .name = "ubuntu-rootfs", .offset = MTDPART_OFS_APPEND, - .size = 0x19000000, + .size = 0x1DEC00000, }, { - .name = "reserved", + .name = "swap", .offset = MTDPART_OFS_APPEND, - .size = 0x6400000, + .size = 0x19000000, }, { - .name = "ubuntu-rootfs", + .name = "reserved", .offset = MTDPART_OFS_APPEND, .size = MTDPART_SIZ_FULL, } |