diff options
| -rw-r--r-- | drivers/mtd/nand/mxc_nand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index ab0fe383c50b..9f10778a6524 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c | |||
| @@ -272,7 +272,8 @@ static struct nand_ecclayout nandv2_hw_eccoob_4k = { | |||
| 272 | } | 272 | } |
| 273 | }; | 273 | }; |
| 274 | 274 | ||
| 275 | static const char *part_probes[] = { "RedBoot", "cmdlinepart", "ofpart", NULL }; | 275 | static const char const *part_probes[] = { |
| 276 | "cmdlinepart", "RedBoot", "ofpart", NULL }; | ||
| 276 | 277 | ||
| 277 | static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size) | 278 | static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size) |
| 278 | { | 279 | { |
