summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-08-15 21:03:41 +0200
committerMichal Simek <monstr@monstr.eu>2007-08-15 21:03:41 +0200
commit7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 (patch)
treed3e7b2c5e30a30a35a242a9b2a1996bfe7754fae /fs
parent85fad497b3c2e99fa48d18351d2898cf8cdbe898 (diff)
downloadblackbird-obmc-uboot-7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5.tar.gz
blackbird-obmc-uboot-7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5.zip
[FIX] Correction command definition
Diffstat (limited to 'fs')
-rw-r--r--fs/romfs/romfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/romfs/romfs.c b/fs/romfs/romfs.c
index 34917bec36..15de3e18ff 100644
--- a/fs/romfs/romfs.c
+++ b/fs/romfs/romfs.c
@@ -26,7 +26,7 @@
#include <malloc.h>
#include <command.h>
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if defined(CONFIG_CMD_JFFS2)
#include <asm/byteorder.h>
#include <linux/stat.h>
OpenPOWER on IntegriCloud