X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_bedbug.c;h=57a8a3f2fe352177fa8edefd629ea7ac57bfb5f7;hb=d09e401b439859cf9435bfe363265b4322e93cd9;hp=bdcf712d111077a5b12222296686b403b0fc8dee;hpb=55e8250bd3cfd996d1caa04f520160a89ec04754;p=u-boot diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index bdcf712d11..57a8a3f2fe 100644 --- a/common/cmd_bedbug.c +++ b/common/cmd_bedbug.c @@ -238,7 +238,7 @@ void bedbug_main_loop (unsigned long addr, struct pt_regs *regs) if (len == -1) printf ("\n"); else - rc = run_command(lastcommand, flag); + rc = run_command_repeatable(lastcommand, flag); if (rc <= 0) { /* invalid command or not repeatable, forget it */