summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorHarald Welte <laforge@openmoko.org>2007-12-19 14:09:58 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 13:04:37 +0100
commitf540c42d9564854b19ce9bbb70affe172529fe70 (patch)
tree28ab15e346f076280780402b011c2e44daa706c0 /fs
parent23d0baf967fecdaf1804f045f6339337c5607eec (diff)
downloadtalos-obmc-uboot-f540c42d9564854b19ce9bbb70affe172529fe70.tar.gz
talos-obmc-uboot-f540c42d9564854b19ce9bbb70affe172529fe70.zip
Fix building with CRAMFS but not JFFS2 support
Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/cramfs/cramfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cramfs/cramfs.c b/fs/cramfs/cramfs.c
index 369d1f1674..e53c783e5a 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>
OpenPOWER on IntegriCloud