]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_itest.c
DM9000: Add data bus-width auto detection.
[u-boot] / common / cmd_itest.c
index 8ad134f4a680fe074361dfedad47633b0e6f1d8f..ce988723c02d18733d79410dddb385746c9a06e7 100644 (file)
@@ -32,8 +32,6 @@
 #include <config.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_ITEST)
-
 #define EQ     0
 #define NE     1
 #define LT     2
@@ -197,4 +195,3 @@ 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 */