]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/bootretry.c
common: cli_readline: Ensure to call show_activity anytime U-Boot is waiting for...
[karo-tx-uboot.git] / common / bootretry.c
index 2d82798cd04bc6ba004d2382ceaab79637c79a85..6ba48d400a1f4dc435304a650ee15907d63293ca 100644 (file)
@@ -47,6 +47,9 @@ int bootretry_tstc_timeout(void)
        while (!tstc()) {       /* while no incoming data */
                if (retry_time >= 0 && get_ticks() > endtime)
                        return -ETIMEDOUT;
+#ifdef CONFIG_SHOW_ACTIVITY
+               show_activity(0);
+#endif
                WATCHDOG_RESET();
        }