mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
ar71xx: increase rb4xx nand kernel partition size (patch by danimo)
SVN-Revision: 23293
This commit is contained in:
parent
740e2938dd
commit
b61a804bf7
@ -60,7 +60,7 @@ static struct mtd_partition rb4xx_nand_partitions[] = {
|
|||||||
{
|
{
|
||||||
.name = "kernel",
|
.name = "kernel",
|
||||||
.offset = (256 * 1024),
|
.offset = (256 * 1024),
|
||||||
.size = (4 * 1024 * 1024) - (256 * 1024),
|
.size = (6 * 1024 * 1024) - (256 * 1024),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
|
Loading…
Reference in New Issue
Block a user