]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_boot.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / common / cmd_boot.c
index d83f5af534f3e91ca9932ea063bce7cc047fbf33..6024ffeb42be1fa933ea1eb2a3be1fa775f02dcc 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"