diff options
author | Harald Welte <laforge@openmoko.org> | 2007-12-19 14:09:58 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 13:04:37 +0100 |
commit | f540c42d9564854b19ce9bbb70affe172529fe70 (patch) | |
tree | 28ab15e346f076280780402b011c2e44daa706c0 /fs/cramfs | |
parent | 23d0baf967fecdaf1804f045f6339337c5607eec (diff) |
Fix building with CRAMFS but not JFFS2 support
Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'fs/cramfs')
-rw-r--r-- | fs/cramfs/cramfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cramfs/cramfs.c b/fs/cramfs/cramfs.c index 369d1f16740..e53c783e5a4 100644 --- a/fs/cramfs/cramfs.c +++ b/fs/cramfs/cramfs.c @@ -27,7 +27,7 @@ #include <common.h> #include <malloc.h> -#if defined(CONFIG_CMD_JFFS2) +#if defined(CONFIG_CMD_CRAMFS) #include <asm/byteorder.h> #include <linux/stat.h> |