X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_fileem.c;h=f78f7c5bfa4b92e0f5f3a10593252551af41e00c;hb=30ab3ff5e311e8e2b488c3f62f30e7450dc6bee9;hp=6953a68018ec8979b61a7864b633d49d7941eb61;hpb=6104166e07b5ffbc8a6004639c9ba3da200bc7a7;p=yaffs2.git diff --git a/direct/yaffs_fileem.c b/direct/yaffs_fileem.c index 6953a68..f78f7c5 100644 --- a/direct/yaffs_fileem.c +++ b/direct/yaffs_fileem.c @@ -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; }