]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/cli.c
Merge git://git.denx.de/u-boot-socfpga
[thirdparty/u-boot.git] / common / cli.c
index fea8f8004c3e1f1acc8fbc0179f4dbb15a17c86b..f4054fb1fc8002fd829278e187cca6d1826c7cdb 100644 (file)
@@ -213,6 +213,7 @@ err:
 
 void cli_loop(void)
 {
+       bootstage_mark(BOOTSTAGE_ID_ENTER_CLI_LOOP);
 #ifdef CONFIG_HUSH_PARSER
        parse_file_outer();
        /* This point is never reached */