]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pxa255_idp/pxa_idp.c
arm: unify linker script
[karo-tx-uboot.git] / board / pxa255_idp / pxa_idp.c
index 5765c5532a4d59cb2958bce95ecc888efdae3b0a..aa598aaa44d21a9360b6a35c4a5ea7a0fb40b6a5 100644 (file)
@@ -127,8 +127,8 @@ 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",
+U_BOOT_CMD(idpcmd, CONFIG_SYS_MAXARGS, 0, do_idpcmd,
+          "custom IDP command",
           "no args at this time\n"
 );