ar71xx: fix WHR-HP-G300N MTD partitions
SVN-Revision: 28800
This commit is contained in:
parent
8413e90418
commit
4aace1e2e3
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ static struct mtd_partition whrhpg300n_partitions[] = {
|
|||
.name = "u-boot-env",
|
||||
.offset = 0x03e000,
|
||||
.size = 0x002000,
|
||||
.mask_flags = MTD_WRITEABLE,
|
||||
}, {
|
||||
.name = "kernel",
|
||||
.offset = 0x040000,
|
||||
|
@ -58,7 +59,7 @@ static struct mtd_partition whrhpg300n_partitions[] = {
|
|||
.offset = 0x120000,
|
||||
.size = 0x2c0000,
|
||||
}, {
|
||||
.name = "NVRAM",
|
||||
.name = "user_property",
|
||||
.offset = 0x3e0000,
|
||||
.size = 0x010000,
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue