mtd/drivers/mtd/nand nandsim.c,1.3,1.4

Artem Bityuckiy dedekind at infradead.org
Mon Dec 6 05:02:04 EST 2004


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

Modified Files:
	nandsim.c 
Log Message:
By default simulate 8MiB flash instead of 64MiB in order to not to waste
RAM too much especially if nandsim is not compiled as module.


Index: nandsim.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nandsim.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nandsim.c	26 Nov 2004 13:00:24 -0000	1.3
+++ nandsim.c	6 Dec 2004 10:02:01 -0000	1.4
@@ -49,7 +49,7 @@
     !defined(CONFIG_NANDSIM_THIRD_ID_BYTE)  || \
     !defined(CONFIG_NANDSIM_FOURTH_ID_BYTE)
 #define CONFIG_NANDSIM_FIRST_ID_BYTE  0x98
-#define CONFIG_NANDSIM_SECOND_ID_BYTE 0x36
+#define CONFIG_NANDSIM_SECOND_ID_BYTE 0x39
 #define CONFIG_NANDSIM_THIRD_ID_BYTE  0xFF /* No byte */
 #define CONFIG_NANDSIM_FOURTH_ID_BYTE 0xFF /* No byte */
 #endif





More information about the linux-mtd-cvs mailing list