]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_dtt.c
[MIPS] Fix dcache_status()
[u-boot] / common / cmd_dtt.c
index 804d467f251f3aaa13fd4c00e642454d23c67f3b..956dc69daecbd3736f86b94096c41669c06fd4ed 100644 (file)
@@ -25,8 +25,6 @@
 #include <config.h>
 #include <command.h>
 
-#if defined(CONFIG_CMD_DTT)
-
 #include <dtt.h>
 #include <i2c.h>
 
@@ -60,5 +58,3 @@ U_BOOT_CMD(
          "dtt     - Digital Thermometer and Thermostat\n",
          "        - Read temperature from digital thermometer and thermostat.\n"
 );
-
-#endif