Normally board_run_command() will handle command processed. But if for some
reason it returns then we should hang to avoid further processing.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 common/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/main.c b/common/main.c
index 1a2ef39..a9f7f71 100644
--- a/common/main.c
+++ b/common/main.c
@@ -72,4 +72,5 @@ void main_loop(void)
        autoboot_command(s);
 
        cli_loop();
+       hang();
 }
-- 
2.7.0.rc3.207.g0ac5344

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to