From ae91389b77dab1aa1eadb70df6069b644f387487 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Oct 2010 14:27:34 +0000 Subject: 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 --- target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c index 59ea17d896..ca9d8adb59 100644 --- a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c +++ b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c @@ -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", -- cgit v1.2.3