1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00

split rootfs-part once again -

having a smaller rootfs reduces mount time which reduces boot time.

Warning: Now we have to ensure, that anything which is accessing the new
data partition, has to get delayed until the data partition got mounted
This commit is contained in:
Mirko Vogt 2010-04-06 18:33:37 +02:00
parent 4a2e8be9e7
commit ab73a8422a

View File

@ -94,8 +94,12 @@ static struct mtd_partition qi_lb60_partitions_2gb[] = {
},
{ .name = "NAND ROOTFS partition",
.offset = 8 * 0x100000,
.size = (504 + 512 + 1024) * 0x100000,
.size = 256 * 0x100000,
},
{ .name = "NAND DATA partition",
.offset = 264 * 0x100000,
.size = 1784 * 0x100000,
},
};
static void qi_lb60_nand_ident(struct platform_device *pdev,