summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-04-12 12:37:03 +0200
committerTom Rini <trini@konsulko.com>2019-04-26 17:51:51 -0400
commitb07cc48ca16f54f51c28f9fa352a68da58ee5881 (patch)
tree4f3d3d832aea8c79d6dd7a7e2e7c9d828844c133 /common
parentee8a4a3f9de011de306238a124680e9511c7a5f5 (diff)
main: add new bootstage ID for entering cli loop
adding a new bootstage ID: BOOTSTAGE_ID_ENTER_CLI_LOOP Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'common')
-rw-r--r--common/cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cli.c b/common/cli.c
index fea8f8004c..f4054fb1fc 100644
--- a/common/cli.c
+++ b/common/cli.c
@@ -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 */