mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +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:
parent
4a2e8be9e7
commit
ab73a8422a
@ -94,8 +94,12 @@ static struct mtd_partition qi_lb60_partitions_2gb[] = {
|
|||||||
},
|
},
|
||||||
{ .name = "NAND ROOTFS partition",
|
{ .name = "NAND ROOTFS partition",
|
||||||
.offset = 8 * 0x100000,
|
.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,
|
static void qi_lb60_nand_ident(struct platform_device *pdev,
|
||||||
|
Loading…
Reference in New Issue
Block a user