Mercurial > yaffs-ecoscentric-gpl
changeset 378:b66601b3c5f4
Change test to 32MB
| author | charles <charles> |
|---|---|
| date | Thu, 11 Mar 2010 02:13:50 +0000 |
| parents | c247e1fd97e3 |
| children | eeb419b0c959 |
| files | direct/yaffs_fileem2k.h |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
