Merge branch 'testing' into working
[oweals/u-boot.git] / fs / jffs2 / jffs2_nand_1pass.c
index e78af7578b6a7d712d5f962e0999aa1c6de6e08f..3a4c64985a4eb21498ef7c704baebb935327642b 100644 (file)
@@ -1,6 +1,6 @@
 #include <common.h>
 
-#if !defined(CFG_NAND_LEGACY) && (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