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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23293 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2010-10-07 14:27:34 +00:00
parent cd7e573f52
commit ae91389b77
1 changed files with 1 additions and 1 deletions

View File

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