]> 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 5765c5532a4d59cb2958bce95ecc888efdae3b0a..e9e479c4bad50feca63da6aae222103b821d534f 100644 (file)
@@ -127,9 +127,9 @@ int do_idpcmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        return 0;
 }
 
-U_BOOT_CMD(idpcmd, CFG_MAXARGS, 0, do_idpcmd,
-          "idpcmd    - custom IDP command\n",
-          "no args at this time\n"
+U_BOOT_CMD(idpcmd, CONFIG_SYS_MAXARGS, 0, do_idpcmd,
+          "custom IDP command",
+          "no args at this time"
 );
 
 #endif