summaryrefslogtreecommitdiffstats
path: root/board/pxa255_idp/pxa_idp.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pxa255_idp/pxa_idp.c')
-rw-r--r--board/pxa255_idp/pxa_idp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c
index 5765c5532a..b0aa8dda88 100644
--- a/board/pxa255_idp/pxa_idp.c
+++ b/board/pxa255_idp/pxa_idp.c
@@ -127,7 +127,7 @@ int do_idpcmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return 0;
}
-U_BOOT_CMD(idpcmd, CFG_MAXARGS, 0, do_idpcmd,
+U_BOOT_CMD(idpcmd, CONFIG_SYS_MAXARGS, 0, do_idpcmd,
"idpcmd - custom IDP command\n",
"no args at this time\n"
);
OpenPOWER on IntegriCloud