-+
-+static struct mtd_partition ap121_parts[] = {
-+ {
-+ .name = "u-boot",
-+ .offset = 0,
-+ .size = 0x010000,
-+ .mask_flags = MTD_WRITEABLE,
-+ },
-+ {
-+ .name = "rootfs",
-+ .offset = 0x010000,
-+ .size = 0x130000,
-+ },
-+ {
-+ .name = "uImage",
-+ .offset = 0x140000,
-+ .size = 0x0a0000,
-+ },
-+ {
-+ .name = "NVRAM",
-+ .offset = 0x1e0000,
-+ .size = 0x010000,
-+ },
-+ {
-+ .name = "ART",
-+ .offset = 0x1f0000,
-+ .size = 0x010000,
-+ .mask_flags = MTD_WRITEABLE,
-+ },
-+};
-+
-+static struct mtd_partition ap121_mini_parts[] = {
-+ {
-+ .name = "u-boot",
-+ .offset = 0,
-+ .size = 0x040000,
-+ .mask_flags = MTD_WRITEABLE,
-+ },
-+ {
-+ .name = "u-boot-env",
-+ .offset = 0x040000,
-+ .size = 0x010000,
-+ .mask_flags = MTD_WRITEABLE,
-+ },
-+ {
-+ .name = "rootfs",
-+ .offset = 0x050000,
-+ .size = 0x2b0000,
-+ },
-+ {
-+ .name = "uImage",
-+ .offset = 0x300000,
-+ .size = 0x0e0000,
-+ },
-+ {
-+ .name = "NVRAM",
-+ .offset = 0x3e0000,
-+ .size = 0x010000,
-+ },
-+ {
-+ .name = "ART",
-+ .offset = 0x3f0000,
-+ .size = 0x010000,
-+ .mask_flags = MTD_WRITEABLE,
-+ },
-+};
-+
-+static struct flash_platform_data ap121_flash_data;