mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk: fiq_debugger: fix add last_kmsg command commit
This commit is contained in:
@@ -623,10 +623,10 @@ static void debug_help(struct fiq_debugger_state *state)
|
||||
" reboot Reboot\n"
|
||||
" irqs Interupt status\n"
|
||||
" kmsg Kernel log\n"
|
||||
#ifdef CONFIG_RK29_LAST_LOG
|
||||
" last_kmsg Last kernel log\n"
|
||||
#endif
|
||||
" version Kernel version\n");
|
||||
#ifdef CONFIG_RK29_LAST_LOG
|
||||
debug_printf(state, " last_kmsg Last kernel log\n");
|
||||
#endif
|
||||
debug_printf(state, " sleep Allow sleep while in FIQ\n"
|
||||
" nosleep Disable sleep while in FIQ\n"
|
||||
" console Switch terminal to console\n"
|
||||
|
||||
Reference in New Issue
Block a user