const static struct mtd_partition partition_info[] = { { .name = "root file system", .offset = 0, .size = 4*1024*1024,//4M, 0x400000, mtdblock3 }, { .name = "file system", .offset = 4*1024*1024, .size = 60*1024*1024,//60M, 0x3c00000, mtdblock4 } };