diff options
| author | Tom Rini <[email protected]> | 2019-04-27 10:42:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-04-27 10:42:36 -0400 |
| commit | 6b8e57338f3c5b65fa5b883fa3f87124f11a9e19 (patch) | |
| tree | 222892e528eed7e9785a444e765014fa320bba2b /common/cli.c | |
| parent | 07b68b7843ad1fa15d63dcd26b5ca5a053fcc27f (diff) | |
| parent | fc1fe01b08cedd77a194bb82fa81af4fe1e39031 (diff) | |
Merge branch '2019-04-27-master-imports'
- Various vexpress, taurus, da850evm, lpc32xx, brxre1 fixes/updates
- btrfs fixes
- Add AM65x HS EVM
- Other small fixes
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 */ |
