]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_dtt.c
Patch by Kenneth Johansson, 30 Jun 2003:
[people/ms/u-boot.git] / common / cmd_dtt.c
index 447076c6f5fecba4219ab602e16dba83343357cb..9db64e9e3d1f82d5b59be13c2f4eec56c1752b76 100644 (file)
@@ -47,8 +47,8 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
 /***************************************************/
 
-cmd_tbl_t U_BOOT_CMD(DTT) = MK_CMD_ENTRY(
-         "dtt",        1,      1,      do_dtt,
+U_BOOT_CMD(
+         dtt,  1,      1,      do_dtt,
          "dtt     - Digital Thermometer and Themostat\n",
          "        - Read temperature from digital thermometer and thermostat.\n"
 );