mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:12:29 +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,7 +94,11 @@ 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,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user