X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.h;h=2b6f6e9be66a4a6c1847a2cd29385e47f4f13030;hp=1f67081623b704d31513745d13773ee4a0ade4db;hb=6db5aca55acb7c8af07c8ec90ba8dd9085ab0895;hpb=c4be92d4a7d255f147c5130c12207464a993f8eb diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index 1f67081..2b6f6e9 100644 --- a/direct/yaffs_fileem2k.h +++ b/direct/yaffs_fileem2k.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -19,7 +19,8 @@ #if 1 #define SIZE_IN_MB 32 -//#define SIZE_IN_MB 8000 +/* #define SIZE_IN_MB 128 */ + #define PAGE_DATA_SIZE (2048) #define PAGE_SPARE_SIZE (64) #define PAGE_SIZE (PAGE_DATA_SIZE + PAGE_SPARE_SIZE)