mtd/drivers/mtd/maps lubbock-flash.c,1.10,1.11
Nicolas Pitre
nico at infradead.org
Fri Apr 30 11:28:36 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv12606/drivers/mtd/maps
Modified Files:
lubbock-flash.c
Log Message:
the actual register is LUB_CONF_SWITCHES not CONF_SWITCHES
Index: lubbock-flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/lubbock-flash.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lubbock-flash.c 27 Feb 2004 20:59:20 -0000 1.10
+++ lubbock-flash.c 30 Apr 2004 15:28:33 -0000 1.11
@@ -60,7 +60,7 @@
static int __init init_lubbock(void)
{
- int flashboot = (CONF_SWITCHES & 1);
+ int flashboot = (LUB_CONF_SWITCHES & 1);
int ret = 0, i;
lubbock_maps[0].buswidth = lubbock_maps[1].buswidth =
More information about the linux-mtd-cvs
mailing list