mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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>
This commit is contained in:
parent
ee8a4a3f9d
commit
b07cc48ca1
@ -213,6 +213,7 @@ err:
|
|||||||
|
|
||||||
void cli_loop(void)
|
void cli_loop(void)
|
||||||
{
|
{
|
||||||
|
bootstage_mark(BOOTSTAGE_ID_ENTER_CLI_LOOP);
|
||||||
#ifdef CONFIG_HUSH_PARSER
|
#ifdef CONFIG_HUSH_PARSER
|
||||||
parse_file_outer();
|
parse_file_outer();
|
||||||
/* This point is never reached */
|
/* This point is never reached */
|
||||||
|
@ -181,6 +181,7 @@ enum bootstage_id {
|
|||||||
BOOTSTAGE_ID_BOOTM_START,
|
BOOTSTAGE_ID_BOOTM_START,
|
||||||
BOOTSTAGE_ID_BOOTM_HANDOFF,
|
BOOTSTAGE_ID_BOOTM_HANDOFF,
|
||||||
BOOTSTAGE_ID_MAIN_LOOP,
|
BOOTSTAGE_ID_MAIN_LOOP,
|
||||||
|
BOOTSTAGE_ID_ENTER_CLI_LOOP,
|
||||||
BOOTSTAGE_KERNELREAD_START,
|
BOOTSTAGE_KERNELREAD_START,
|
||||||
BOOTSTAGE_KERNELREAD_STOP,
|
BOOTSTAGE_KERNELREAD_STOP,
|
||||||
BOOTSTAGE_ID_BOARD_INIT,
|
BOOTSTAGE_ID_BOARD_INIT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user