]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cramfs: Fix ifdef
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 15 Mar 2008 16:36:41 +0000 (17:36 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 16 Mar 2008 00:18:45 +0000 (01:18 +0100)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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;