X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem.c;h=90c8f9e3f65dfd1a751bddaaefbaa328fa867ae4;hp=6953a68018ec8979b61a7864b633d49d7941eb61;hb=294ec3ddf9786bddb329646010b165768870ce42;hpb=7f0f2c68474e11183cfbaebfd7c21ba48228f05e diff --git a/direct/yaffs_fileem.c b/direct/yaffs_fileem.c index 6953a68..90c8f9e 100644 --- a/direct/yaffs_fileem.c +++ b/direct/yaffs_fileem.c @@ -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 @@ -16,7 +16,7 @@ * This is only intended as test code to test persistence etc. */ -const char *yaffs_flashif_c_version = "$Id: yaffs_fileem.c,v 1.6 2010-01-11 04:06:47 charles Exp $"; +const char *yaffs_flashif_c_version = "$Id: yaffs_fileem.c,v 1.7 2010-02-18 01:18:04 charles Exp $"; #include "yportenv.h" @@ -210,8 +210,6 @@ int yflash_EraseBlockInNAND(yaffs_Device *dev, int blockNumber) int yflash_InitialiseNAND(yaffs_Device *dev) { - dev->useNANDECC = 1; // force on useNANDECC which gets faked. - // This saves us doing ECC checks. return YAFFS_OK; }