projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8aa57b
)
cramfs: Fix ifdef
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 15 Mar 2008 16:36:41 +0000
(17:36 +0100)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/fs/cramfs/uncompress.c
b/fs/cramfs/uncompress.c
index 2e906eb4cfa498a2c61e1f5d39050fe6ef894628..a9c0b7d46ebd0514d7402a6ed3829eb05e94ec31 100644
(file)
--- a/
fs/cramfs/uncompress.c
+++ b/
fs/cramfs/uncompress.c
@@
-25,7
+25,7
@@
#include <watchdog.h>
#include <zlib.h>
-#if defined(CONFIG_CMD_
JFFS2
)
+#if defined(CONFIG_CMD_
CRAMFS
)
static z_stream stream;