From: Michal Simek Date: Wed, 15 Aug 2007 19:03:41 +0000 (+0200) Subject: [FIX] Correction command definition X-Git-Tag: v2008.10-rc1~908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5;p=platform%2Fkernel%2Fu-boot.git [FIX] Correction command definition --- 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 #include -#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) +#if defined(CONFIG_CMD_JFFS2) #include #include