diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:03:41 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:03:41 +0200 |
commit | 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 (patch) | |
tree | d3e7b2c5e30a30a35a242a9b2a1996bfe7754fae /fs/romfs | |
parent | 85fad497b3c2e99fa48d18351d2898cf8cdbe898 (diff) | |
download | u-boot-imx-7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5.zip u-boot-imx-7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5.tar.gz u-boot-imx-7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5.tar.bz2 |
[FIX] Correction command definition
Diffstat (limited to 'fs/romfs')
-rw-r--r-- | fs/romfs/romfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/romfs/romfs.c b/fs/romfs/romfs.c index 34917be..15de3e1 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> |