ar71xx: increase rb4xx nand kernel partition size (patch by danimo)
authorFelix Fietkau <nbd@openwrt.org>
Thu, 7 Oct 2010 14:27:34 +0000 (14:27 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 7 Oct 2010 14:27:34 +0000 (14:27 +0000)
SVN-Revision: 23293

target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c

index 59ea17d8968b4486dd4e403b66f9d5a283bfcea1..ca9d8adb59be6298ebde9d091592b76a64da4b4c 100644 (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",