]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_itest.c
Merge with git+ssh://atlas/home/wd/git/u-boot/master
[karo-tx-uboot.git] / common / cmd_itest.c
index 8ad134f4a680fe074361dfedad47633b0e6f1d8f..8e2051714ce6e441c808bd1e1136e328c41497f9 100644 (file)
@@ -32,7 +32,7 @@
 #include <config.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_ITEST)
+#if defined(CONFIG_CMD_ITEST)
 
 #define EQ     0
 #define NE     1
@@ -197,4 +197,4 @@ U_BOOT_CMD(
        "itest\t- return true/false on integer compare\n",
        "[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
 );
-#endif /* CONFIG_COMMANDS & CFG_CMD_ITEST */
+#endif