mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00: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> SVN-Revision: 34274
This commit is contained in:
parent
33a99ce46b
commit
d833ca527d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user