From: charles Date: Thu, 11 Mar 2010 02:13:50 +0000 (+0000) Subject: Change test to 32MB X-Git-Tag: pre-name-change~109 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=a3f9ad4d4919b723310606dcd28eb54d5df8afbf Change test to 32MB --- diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index d4a5f90..d750cc3 100644 --- a/direct/yaffs_fileem2k.h +++ b/direct/yaffs_fileem2k.h @@ -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)