Fix the machine-id of the Cogent csb637 board
[platform/kernel/u-boot.git] / common / cmd_itest.c
index 87260b0..8ad134f 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
@@ -192,6 +194,7 @@ int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
 
 U_BOOT_CMD(
        itest, 4, 0, do_itest,
-       "itest   - return true/false on integer compare\n",
+       "itest\t- return true/false on integer compare\n",
        "[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"
 );
+#endif /* CONFIG_COMMANDS & CFG_CMD_ITEST */