mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 09:33:20 +02:00
[ar71xx] change flash partition map of the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16356 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3ffbca761b
commit
77c4ab9b68
@ -47,23 +47,23 @@ static struct mtd_partition ap83_flash_partitions[] = {
|
|||||||
.offset = 0x040000,
|
.offset = 0x040000,
|
||||||
.size = 0x020000,
|
.size = 0x020000,
|
||||||
.mask_flags = MTD_WRITEABLE,
|
.mask_flags = MTD_WRITEABLE,
|
||||||
} , {
|
|
||||||
.name = "rootfs",
|
|
||||||
.offset = 0x060000,
|
|
||||||
.size = 0x400000,
|
|
||||||
} , {
|
} , {
|
||||||
.name = "kernel",
|
.name = "kernel",
|
||||||
.offset = 0x460000,
|
.offset = 0x060000,
|
||||||
.size = 0x100000,
|
.size = 0x140000,
|
||||||
|
} , {
|
||||||
|
.name = "rootfs",
|
||||||
|
.offset = 0x1a0000,
|
||||||
|
.size = 0x650000,
|
||||||
} , {
|
} , {
|
||||||
.name = "art",
|
.name = "art",
|
||||||
.offset = 0x560000,
|
.offset = 0x7f0000,
|
||||||
.size = 0x2a0000,
|
.size = 0x010000,
|
||||||
.mask_flags = MTD_WRITEABLE,
|
.mask_flags = MTD_WRITEABLE,
|
||||||
} , {
|
} , {
|
||||||
.name = "firmware",
|
.name = "firmware",
|
||||||
.offset = 0x060000,
|
.offset = 0x060000,
|
||||||
.size = 0x500000,
|
.size = 0x790000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
Loading…
Reference in New Issue
Block a user