]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[FIX] Correction command definition
authorMichal Simek <monstr@monstr.eu>
Wed, 15 Aug 2007 19:03:41 +0000 (21:03 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 15 Aug 2007 19:03:41 +0000 (21:03 +0200)
fs/romfs/romfs.c

index 34917bec364591a2f85c1e87ebe1779cf24ce3ae..15de3e18ff069286d32ece190e47972c4f22323a 100644 (file)
@@ -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>