]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/nand/mxc_nand.c
mtd: mxc_nand: reorder part_probes to let cmdline override other sources
[karo-tx-linux.git] / drivers / mtd / nand / mxc_nand.c
index 022dcdc256fb68932634242ccff9d86d37dfcb74..581eb4e7a3d5a74f5cddc750250cbe558ecea3ab 100644 (file)
@@ -266,7 +266,7 @@ static struct nand_ecclayout nandv2_hw_eccoob_4k = {
        }
 };
 
-static const char *part_probes[] = { "RedBoot", "cmdlinepart", "ofpart", NULL };
+static const char *part_probes[] = { "cmdlinepart", "ofpart", "RedBoot", NULL };
 
 static void memcpy32_fromio(void *trg, const void __iomem  *src, size_t size)
 {