Commit 083bca22 authored by Yann Gautier's avatar Yann Gautier
Browse files

stm32mp1: keep console during runtime



The runtime console is only kept in DEBUG configuration.

Change-Id: I0447dfcacb9a63a12bcdab7c55584d70c3220e5b
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
parent 02f5d820
......@@ -134,6 +134,11 @@ void sp_min_early_platform_setup2(u_register_t arg0, u_register_t arg1,
0) {
panic();
}
#ifdef DEBUG
console_set_scope(&console.console,
CONSOLE_FLAG_BOOT | CONSOLE_FLAG_RUNTIME);
#endif
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment