ca804fcbc9
SVN-Revision: 13277
13 lines
283 B
Diff
13 lines
283 B
Diff
--- a/drivers/mtd/devices/m25p80.c
|
|
+++ b/drivers/mtd/devices/m25p80.c
|
|
@@ -655,6 +655,9 @@
|
|
#ifdef CONFIG_MTD_MYLOADER_PARTS
|
|
"MyLoader",
|
|
#endif
|
|
+#ifdef CONFIG_MTD_REDBOOT_PARTS
|
|
+ "RedBoot",
|
|
+#endif
|
|
NULL, };
|
|
|
|
nr_parts = parse_mtd_partitions(&flash->mtd,
|