mtd/drivers/mtd/maps integrator-flash.c,1.14,1.15

Russell King rmk at infradead.org
Fri Feb 27 17:37:42 EST 2004


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv6332

Modified Files:
	integrator-flash.c 
Log Message:
Allow command line partitioning for use with Integrator flash.


Index: integrator-flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/integrator-flash.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- integrator-flash.c	11 Oct 2003 10:00:31 -0000	1.14
+++ integrator-flash.c	27 Feb 2004 22:37:39 -0000	1.15
@@ -65,7 +65,7 @@
 		info->plat->set_vpp(on);
 }
 
-static const char *probes[] = { "RedBoot", "afs", NULL };
+static const char *probes[] = { "cmdlinepart", "RedBoot", "afs", NULL };
 
 static int armflash_probe(struct device *_dev)
 {




More information about the linux-mtd-cvs mailing list