mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "fix(arm): move console flush/switch in common function" into integration
This commit is contained in:
commit
6e2e9747c4
1 changed files with 3 additions and 3 deletions
|
@ -338,9 +338,6 @@ void arm_bl31_plat_runtime_setup(void)
|
|||
#if PLAT_RO_XLAT_TABLES
|
||||
arm_xlat_make_tables_readonly();
|
||||
#endif
|
||||
|
||||
console_flush();
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
||||
#if RECLAIM_INIT_CODE
|
||||
|
@ -394,6 +391,9 @@ void __init bl31_platform_setup(void)
|
|||
void bl31_plat_runtime_setup(void)
|
||||
{
|
||||
arm_bl31_plat_runtime_setup();
|
||||
|
||||
console_flush();
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue