diff options
| author | Michal Simek <[email protected]> | 2007-08-15 21:03:41 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2007-08-15 21:03:41 +0200 |
| commit | 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 (patch) | |
| tree | d3e7b2c5e30a30a35a242a9b2a1996bfe7754fae | |
| parent | 85fad497b3c2e99fa48d18351d2898cf8cdbe898 (diff) | |
[FIX] Correction command definition
| -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 34917bec364..15de3e18ff0 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> |
