mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:41:06 +02:00
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout (fixes #9922)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27959 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
559f191cc2
commit
65dea0f0b1
@ -55,11 +55,11 @@ static struct mtd_partition dir_615c1_partitions[] = {
|
||||
}, {
|
||||
.name = "kernel",
|
||||
.offset = 0x030000,
|
||||
.size = 0x0d0000,
|
||||
.size = 0x0e0000,
|
||||
}, {
|
||||
.name = "rootfs",
|
||||
.offset = 0x100000,
|
||||
.size = 0x2f0000,
|
||||
.offset = 0x110000,
|
||||
.size = 0x2e0000,
|
||||
}, {
|
||||
.name = "art",
|
||||
.offset = 0x3f0000,
|
||||
|
@ -48,11 +48,11 @@ static struct mtd_partition tew_632brp_partitions[] = {
|
||||
}, {
|
||||
.name = "kernel",
|
||||
.offset = 0x030000,
|
||||
.size = 0x0d0000,
|
||||
.size = 0x0e0000,
|
||||
}, {
|
||||
.name = "rootfs",
|
||||
.offset = 0x100000,
|
||||
.size = 0x2f0000,
|
||||
.offset = 0x110000,
|
||||
.size = 0x2e0000,
|
||||
}, {
|
||||
.name = "art",
|
||||
.offset = 0x3f0000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user