ar71xx: restore rb4xx kernel partition size to the original value
authorGabor Juhos <juhosg@openwrt.org>
Tue, 20 Nov 2012 12:17:45 +0000 (12:17 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 20 Nov 2012 12:17:45 +0000 (12:17 +0000)
The new lzma compressed elf kernel image fits into
that, even on devices with large page NAND chips.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34274

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

index 3255043133bec22b62b1d68375687f44880b15c4..a007484b2e76c83c9b96c4be7f7b723d626e9c8d 100644 (file)
@@ -62,7 +62,7 @@ static struct mtd_partition rb4xx_nand_partitions[] = {
        {
                .name   = "kernel",
                .offset = (256 * 1024),
-               .size   = (6 * 1024 * 1024) - (256 * 1024),
+               .size   = (4 * 1024 * 1024) - (256 * 1024),
        },
        {
                .name   = "rootfs",