]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/main.c
cmd_time: merge run_command_and_time_it with cmd_process
[karo-tx-uboot.git] / common / main.c
index 9e9268710ded6bb29712f6c940d7abed09e81728..e2d2e09bf9f750bc278fa8d5f452c63ccc6ad1e2 100644 (file)
@@ -1452,7 +1452,7 @@ static int builtin_run_command(const char *cmd, int flag)
                        continue;
                }
 
-               if (cmd_process(flag, argc, argv, &repeatable))
+               if (cmd_process(flag, argc, argv, &repeatable, NULL))
                        rc = -1;
 
                /* Did the user stop this? */