Merge branch 'testing' into working
[oweals/u-boot.git] / fs / jffs2 / jffs2_nand_1pass.c
index e5c2a7dd4129bd1310309c78a9eb74287311c666..3a4c64985a4eb21498ef7c704baebb935327642b 100644 (file)
@@ -1,6 +1,6 @@
 #include <common.h>
 
-#if defined(CONFIG_NEW_NAND_CODE) && (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if !defined(CFG_NAND_LEGACY) && defined(CONFIG_CMD_JFFS2)
 
 #include <malloc.h>
 #include <linux/stat.h>
@@ -1033,4 +1033,4 @@ jffs2_1pass_info(struct part_info * part)
        return 1;
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif