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:
Joseph Chen 2019-06-24 15:01:56 +08:00 committed by Jianhong Chen
parent 4fe75b5b95
commit 9a3dcb5be4
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ int board_initr_caches_fixup(void)
void board_quiesce_devices(void) void board_quiesce_devices(void)
{ {
hotkey_run(HK_CMDLINE); hotkey_run(HK_CMDLINE);
hotkey_run(HK_CLI);
#ifdef CONFIG_ROCKCHIP_PRELOADER_ATAGS #ifdef CONFIG_ROCKCHIP_PRELOADER_ATAGS
/* Destroy atags makes next warm boot safer */ /* Destroy atags makes next warm boot safer */