]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/main.c
Panic when no command line processing can be performed
[people/ms/u-boot.git] / common / main.c
index 1a2ef39cca9c1b9ec83c15f3a25e805fd11c673c..42bbb507332c8de234723d02024f787da4501f59 100644 (file)
@@ -72,4 +72,5 @@ void main_loop(void)
        autoboot_command(s);
 
        cli_loop();
+       panic("No CLI available");
 }