rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / common / cmd_boot.c
index d83f5af..6024ffe 100644 (file)
@@ -63,7 +63,7 @@ int do_go (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 /* -------------------------------------------------------------------- */
 
 U_BOOT_CMD(
-       go, CFG_MAXARGS, 1,     do_go,
+       go, CONFIG_SYS_MAXARGS, 1,      do_go,
        "go      - start application at address 'addr'\n",
        "addr [arg ...]\n    - start application at address 'addr'\n"
        "      passing 'arg' as arguments\n"