1 --- a/drivers/mtd/devices/m25p80.c
2 +++ b/drivers/mtd/devices/m25p80.c
4 struct mtd_partition *parts = NULL;
7 -#ifdef CONFIG_MTD_CMDLINE_PARTS
8 - static const char *part_probes[] = { "cmdlinepart", NULL, };
9 + static const char *part_probes[] = { "RedBoot", "cmdlinepart", NULL, };
11 nr_parts = parse_mtd_partitions(&flash->mtd,
12 part_probes, &parts, 0);
15 if (nr_parts <= 0 && data && data->parts) {