]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_itest.c
Whitespace cleanup and marking broken code.
[karo-tx-uboot.git] / common / cmd_itest.c
index 8e2051714ce6e441c808bd1e1136e328c41497f9..ce988723c02d18733d79410dddb385746c9a06e7 100644 (file)
@@ -32,8 +32,6 @@
 #include <config.h>
 #include <command.h>
 
-#if defined(CONFIG_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