diff options
| author | Heiko Schocher <[email protected]> | 2019-04-12 12:37:03 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-04-26 17:51:51 -0400 |
| commit | b07cc48ca16f54f51c28f9fa352a68da58ee5881 (patch) | |
| tree | 4f3d3d832aea8c79d6dd7a7e2e7c9d828844c133 /common/cli.c | |
| parent | ee8a4a3f9de011de306238a124680e9511c7a5f5 (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 <[email protected]>
Diffstat (limited to 'common/cli.c')
| -rw-r--r-- | common/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cli.c b/common/cli.c index fea8f8004c3..f4054fb1fc8 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 */ |
