1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

ar71xx: restore rb4xx kernel partition size to the original value

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34274 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-11-20 12:17:45 +00:00
parent 097d2aebb1
commit 6b16d348f4

View File

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