summaryrefslogtreecommitdiff
path: root/yaffs_mtdif.c
diff options
context:
space:
mode:
authormarty <marty>2005-07-31 08:38:41 +0000
committermarty <marty>2005-07-31 08:38:41 +0000
commitf33ef96b57cb88ebf49cfb7f70c26dce4c46794b (patch)
treecaa63d3350cccbecc63f8f5ad1771f95ad76bd84 /yaffs_mtdif.c
parent73e9f7fdbe045ba7d9f48fd1197fb6a4258b35d4 (diff)
Remove CONFIG_YAFFS_USE_CHUNK_SIZE
convert CONFIG_YAFFS_MTD_ENABLED to CONFIG_YAFFS_YAFFS1 convert CONFIG_YAFFS2_MTD_ENABLED to CONFIG_YAFFS_YAFFS2
Diffstat (limited to 'yaffs_mtdif.c')
-rw-r--r--yaffs_mtdif.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/yaffs_mtdif.c b/yaffs_mtdif.c
index eeb0d8a..13df3d9 100644
--- a/yaffs_mtdif.c
+++ b/yaffs_mtdif.c
@@ -13,11 +13,11 @@
*
*/
-const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.5 2005-07-31 06:47:12 marty Exp $";
+const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.6 2005-07-31 08:38:41 marty Exp $";
#include "yportenv.h"
-#ifdef CONFIG_YAFFS_MTD_ENABLED
+#ifdef CONFIG_YAFFS_YAFFS1
#include "yaffs_mtdif.h"
@@ -159,5 +159,5 @@ int nandmtd_InitialiseNAND(yaffs_Device *dev)
return YAFFS_OK;
}
-#endif // CONFIG_YAFFS_MTD_ENABLED
+#endif // CONFIG_YAFFS_YAFFS1