X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_dtt.c;h=956dc69daecbd3736f86b94096c41669c06fd4ed;hb=9483df6408c25f16060432de3868901e352e23bc;hp=4f7b049d792c60be7f78811559c458055ada3ca7;hpb=dd0321f5f8d284782abee6e96c6da7548e88839f;p=oweals%2Fu-boot.git diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index 4f7b049d79..956dc69dae 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -25,8 +25,6 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_DTT) - #include #include @@ -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 /* CONFIG_COMMANDS & CFG_CMD_DTT */