X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_bedbug.c;h=57a8a3f2fe352177fa8edefd629ea7ac57bfb5f7;hb=909a1ab2f05a53b2e5a0c604a88c06adc8b4929c;hp=bdcf712d111077a5b12222296686b403b0fc8dee;hpb=90b51c33f362926e17d4c07dcef1ce822abaa89f;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 */