ar71xx: increase rb4xx nand kernel partition size (patch by danimo)

SVN-Revision: 23293
lede-17.01
Felix Fietkau 2010-10-07 14:27:34 +00:00
parent 740e2938dd
commit b61a804bf7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static struct mtd_partition rb4xx_nand_partitions[] = {
{
.name = "kernel",
.offset = (256 * 1024),
.size = (4 * 1024 * 1024) - (256 * 1024),
.size = (6 * 1024 * 1024) - (256 * 1024),
},
{
.name = "rootfs",