-static struct mtd_partition wl351_partitions[] = {
- {
- .name = "u-boot",
- .offset = 0,
- .size = 0x030000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "u-boot-env",
- .offset = 0x030000,
- .size = 0x010000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "factory",
- .offset = 0x040000,
- .size = 0x010000,
- .mask_flags = MTD_WRITEABLE,
- }, {
- .name = "kernel",
- .offset = 0x050000,
- .size = 0x110000,
- }, {
- .name = "rootfs",
- .offset = 0x160000,
- .size = 0x230000,
- }, {
- .name = "user (jffs2)",
- .offset = 0x3F0000,
- .size = 0x010000,
- }, {
- .name = "firmware",
- .offset = 0x050000,
- .size = 0x3a0000,
- }
-};
-
-static struct physmap_flash_data wl351_flash_data = {
- .nr_parts = ARRAY_SIZE(wl351_partitions),
- .parts = wl351_partitions,
-};
-
-