]> git.sur5r.net Git - u-boot/blobdiff - board/pxa255_idp/pxa_idp.c
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / pxa255_idp / pxa_idp.c
index b0aa8dda8895335c0c783b8587b6b4876716f6d5..e9e479c4bad50feca63da6aae222103b821d534f 100644 (file)
@@ -128,8 +128,8 @@ int do_idpcmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(idpcmd, CONFIG_SYS_MAXARGS, 0, do_idpcmd,
-          "idpcmd    - custom IDP command\n",
-          "no args at this time\n"
+          "custom IDP command",
+          "no args at this time"
 );
 
 #endif