]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_dtt.c
Build: split COBJS value into multiple lines
[karo-tx-uboot.git] / common / cmd_dtt.c
index 4f7b049d792c60be7f78811559c458055ada3ca7..804d467f251f3aaa13fd4c00e642454d23c67f3b 100644 (file)
@@ -25,7 +25,7 @@
 #include <config.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_DTT)
+#if defined(CONFIG_CMD_DTT)
 
 #include <dtt.h>
 #include <i2c.h>
@@ -57,8 +57,8 @@ 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 /* CONFIG_COMMANDS & CFG_CMD_DTT */
+#endif