mtd/include/linux/mtd doc2000.h,1.17,1.18

David Woodhouse dwmw2 at infradead.org
Mon Jun 30 04:48:05 EDT 2003


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv14188

Modified Files:
	doc2000.h 
Log Message:
Fix MAX_FLOORS_MIL and MAX_FLOORS_MPLUS


Index: doc2000.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/doc2000.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- doc2000.h	12 Jun 2003 01:20:46 -0000	1.17
+++ doc2000.h	30 Jun 2003 08:48:03 -0000	1.18
@@ -147,10 +147,10 @@
 #define MAX_FLOORS 4
 #define MAX_CHIPS 4
 
-#define MAX_FLOORS_MIL 4
+#define MAX_FLOORS_MIL 1
 #define MAX_CHIPS_MIL 1
 
-#define MAX_FLOORS_MPLUS 1
+#define MAX_FLOORS_MPLUS 2
 #define MAX_CHIPS_MPLUS 1
 
 #define ADDR_COLUMN 1




More information about the linux-mtd-cvs mailing list