change flash partition map of the AP83 board

SVN-Revision: 16356
lede-17.01
Gabor Juhos 2009-06-06 09:57:37 +00:00
parent 6326e87952
commit ab19bea631
1 changed files with 9 additions and 9 deletions

View File

@ -47,23 +47,23 @@ static struct mtd_partition ap83_flash_partitions[] = {
.offset = 0x040000,
.size = 0x020000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "rootfs",
.offset = 0x060000,
.size = 0x400000,
} , {
.name = "kernel",
.offset = 0x460000,
.size = 0x100000,
.offset = 0x060000,
.size = 0x140000,
} , {
.name = "rootfs",
.offset = 0x1a0000,
.size = 0x650000,
} , {
.name = "art",
.offset = 0x560000,
.size = 0x2a0000,
.offset = 0x7f0000,
.size = 0x010000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmware",
.offset = 0x060000,
.size = 0x500000,
.size = 0x790000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */