adjust the rootfs partiton size to 512MB

This commit is contained in:
Xiangfu Liu
2011-02-11 05:24:46 -08:00
parent 9b8f5965e7
commit 73e6925ed4
@@ -94,11 +94,11 @@ static struct mtd_partition qi_lb60_partitions_2gb[] = {
},
{ .name = "NAND ROOTFS partition",
.offset = 8 * 0x100000,
.size = 256 * 0x100000,
.size = 512 * 0x100000,
},
{ .name = "NAND DATA partition",
.offset = 264 * 0x100000,
.size = 1784 * 0x100000,
.size = 1528 * 0x100000,
},
};