rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / common / cmd_diag.c
index 82d5ad3..13d4225 100644 (file)
@@ -65,7 +65,7 @@ int do_diag (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 /***************************************************/
 
 U_BOOT_CMD(
-       diag,   CFG_MAXARGS,    0,      do_diag,
+       diag,   CONFIG_SYS_MAXARGS,     0,      do_diag,
        "diag    - perform board diagnostics\n",
             "    - print list of available tests\n"
        "diag [test1 [test2]]\n"