]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_misc.c
Blackfin: TWI/I2C: implement bus speed get/set functions
[u-boot] / common / cmd_misc.c
index c29f52baecfb52bbc0cbf7ab2177fa22d944cd74..b97537ecd005b959731d9b6529029ef8c16f3ee7 100644 (file)
@@ -55,14 +55,14 @@ int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
 
 U_BOOT_CMD(
        irqinfo,    1,    1,     do_irqinfo,
-       "irqinfo - print information about IRQs\n",
-       NULL
+       "print information about IRQs",
+       ""
 );
 #endif
 
 U_BOOT_CMD(
        sleep ,    2,    1,     do_sleep,
-       "sleep   - delay execution for some time\n",
+       "delay execution for some time",
        "N\n"
-       "    - delay execution for N seconds (N is _decimal_ !!!)\n"
+       "    - delay execution for N seconds (N is _decimal_ !!!)"
 );