From: Michal Simek Date: Wed, 15 Aug 2007 19:03:41 +0000 (+0200) Subject: [FIX] Correction command definition X-Git-Tag: v1.3.0-rc3~5^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5;p=u-boot [FIX] Correction command definition --- 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 #include -#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) +#if defined(CONFIG_CMD_JFFS2) #include #include