]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/cramfs/uncompress.c
cramfs: Fix ifdef
[karo-tx-uboot.git] / fs / cramfs / uncompress.c
index 2e906eb4cfa498a2c61e1f5d39050fe6ef894628..a9c0b7d46ebd0514d7402a6ed3829eb05e94ec31 100644 (file)
@@ -25,7 +25,7 @@
 #include <watchdog.h>
 #include <zlib.h>
 
-#if defined(CONFIG_CMD_JFFS2)
+#if defined(CONFIG_CMD_CRAMFS)
 
 static z_stream stream;