mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00
Merge "fix(mediatek): switch console to runtime state before leaving BL31" into integration
This commit is contained in:
commit
0ccce52362
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ void bl31_platform_setup(void)
|
||||||
void bl31_plat_runtime_setup(void)
|
void bl31_plat_runtime_setup(void)
|
||||||
{
|
{
|
||||||
mtk_init_one_level(MTK_INIT_LVL_PLAT_RUNTIME);
|
mtk_init_one_level(MTK_INIT_LVL_PLAT_RUNTIME);
|
||||||
|
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int plat_get_syscnt_freq2(void)
|
unsigned int plat_get_syscnt_freq2(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue