mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: common: fiq_debugger: do not disable debug when console is enabled
Change-Id: I5f8074a860f9b143ee0c87296683bbf2cffb5a36 Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
@@ -531,7 +531,7 @@ static void sleep_timer_expired(unsigned long data)
|
||||
struct fiq_debugger_state *state = (struct fiq_debugger_state *)data;
|
||||
|
||||
if (state->uart_clk_enabled && !state->no_sleep) {
|
||||
if (state->debug_enable) {
|
||||
if (state->debug_enable && !state->console_enable) {
|
||||
state->debug_enable = false;
|
||||
debug_printf_nfiq(state, "suspending fiq debugger\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user