X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fcmd_dtt.c;h=804d467f251f3aaa13fd4c00e642454d23c67f3b;hb=f0037c56b0d12cd46215124667b9f83d60ef9391;hp=4f7b049d792c60be7f78811559c458055ada3ca7;hpb=f6d3faae792be848567688df7ea3f803c25af5b2;p=karo-tx-uboot.git diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index 4f7b049d79..804d467f25 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -25,7 +25,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_DTT) +#if defined(CONFIG_CMD_DTT) #include #include @@ -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