]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_itest.c
* Patch by Masami Komiy, 22 Feb 2004:
[karo-tx-uboot.git] / common / cmd_itest.c
index 87260b02d6056e2ea7ea5b2fc07b361437c3cf4a..7fba598d42b9f6075c177c0b312f197204b6ea98 100644 (file)
@@ -32,6 +32,8 @@
 #include <config.h>
 #include <command.h>
 
+#if (CONFIG_COMMANDS & CFG_CMD_ITEST)
+
 #define EQ     0
 #define NE     1
 #define LT     2
@@ -195,3 +197,4 @@ U_BOOT_CMD(
        "itest   - return true/false on integer compare\n",
        "[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
 );
+#endif /* CONFIG_COMMANDS & CFG_CMD_ITEST */