Merge branch 'testing' into working
[oweals/u-boot.git] / fs / jffs2 / compr_rubin.c
index 74577d9c62b39c2b0662c62a59f1feee1a2d8dbe..f6f3fa1b5887c1f3bfc2ebc85e77e9242a63fe53 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if defined(CONFIG_CMD_JFFS2)
 
 #include <jffs2/jffs2.h>
 #include <jffs2/compr_rubin.h>
@@ -123,4 +123,4 @@ void dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out,
        rubin_do_decompress(bits, data_in+8, cpage_out, dstlen);
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif