]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_dtt.c
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[u-boot] / common / cmd_dtt.c
index 8da95bf9d39385d486634a34a9388cfcc823751e..956dc69daecbd3736f86b94096c41669c06fd4ed 100644 (file)
@@ -25,8 +25,6 @@
 #include <config.h>
 #include <command.h>
 
-#if defined(CONFIG_CMD_DTT)
-
 #include <dtt.h>
 #include <i2c.h>
 
@@ -57,8 +55,6 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
          dtt,  1,      1,      do_dtt,
-         "dtt     - Digital Thermometer and Themostat\n",
+         "dtt     - Digital Thermometer and Thermostat\n",
          "        - Read temperature from digital thermometer and thermostat.\n"
 );
-
-#endif