mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 22:22:58 +00:00
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout (fixes #9922)
SVN-Revision: 27959
This commit is contained in:
parent
400f75a1b6
commit
d26bb6c59c
@ -55,11 +55,11 @@ static struct mtd_partition dir_615c1_partitions[] = {
|
|||||||
}, {
|
}, {
|
||||||
.name = "kernel",
|
.name = "kernel",
|
||||||
.offset = 0x030000,
|
.offset = 0x030000,
|
||||||
.size = 0x0d0000,
|
.size = 0x0e0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x100000,
|
.offset = 0x110000,
|
||||||
.size = 0x2f0000,
|
.size = 0x2e0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "art",
|
.name = "art",
|
||||||
.offset = 0x3f0000,
|
.offset = 0x3f0000,
|
||||||
|
@ -48,11 +48,11 @@ static struct mtd_partition tew_632brp_partitions[] = {
|
|||||||
}, {
|
}, {
|
||||||
.name = "kernel",
|
.name = "kernel",
|
||||||
.offset = 0x030000,
|
.offset = 0x030000,
|
||||||
.size = 0x0d0000,
|
.size = 0x0e0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x100000,
|
.offset = 0x110000,
|
||||||
.size = 0x2f0000,
|
.size = 0x2e0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "art",
|
.name = "art",
|
||||||
.offset = 0x3f0000,
|
.offset = 0x3f0000,
|
||||||
|
Loading…
Reference in New Issue
Block a user