rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / pxa255_idp / pxa_idp.c
index 5765c55..b0aa8dd 100644 (file)
@@ -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"
 );