Change test to 32MB
[yaffs2.git] / direct / yaffs_fileem2k.h
index e694c9258f333a479cabe50545738ab759e5cbe6..d750cc3f7c408fa460b331859471c00d2c352e2e 100644 (file)
@@ -18,8 +18,9 @@
 
 #if 1
 
-#define SIZE_IN_MB 128
-//#define SIZE_IN_MB 8000
+#define SIZE_IN_MB 32
+/* #define SIZE_IN_MB 128 */
+
 #define PAGE_DATA_SIZE (2048)
 #define PAGE_SPARE_SIZE  (64)
 #define PAGE_SIZE  (PAGE_DATA_SIZE + PAGE_SPARE_SIZE)
@@ -44,7 +45,7 @@
 #endif
 
 
-int yflash_GetNumberOfBlocks(void);
+int yflash2_GetNumberOfBlocks(void);
 
 #endif