rockchip: board: add hotkey "ctrl+s" to enter cli loop
Right after "Starting kernel..." and before jumpping to kernel. Change-Id: I59bec92b0727b6ff62d2c4f461e99c5a7f6f5426 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
4fe75b5b95
commit
9a3dcb5be4
|
|
@ -578,6 +578,7 @@ int board_initr_caches_fixup(void)
|
|||
void board_quiesce_devices(void)
|
||||
{
|
||||
hotkey_run(HK_CMDLINE);
|
||||
hotkey_run(HK_CLI);
|
||||
|
||||
#ifdef CONFIG_ROCKCHIP_PRELOADER_ATAGS
|
||||
/* Destroy atags makes next warm boot safer */
|
||||
|
|
|
|||
Loading…
Reference in New Issue