mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge "refactor(qemu): console runtime switch on bl31 exit" into integration
This commit is contained in:
commit
c6e74540f1
1 changed files with 3 additions and 2 deletions
|
@ -199,8 +199,6 @@ entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type)
|
|||
|
||||
void bl31_plat_runtime_setup(void)
|
||||
{
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
|
||||
#if TRANSFER_LIST
|
||||
if (bl31_tl) {
|
||||
/*
|
||||
|
@ -210,4 +208,7 @@ void bl31_plat_runtime_setup(void)
|
|||
memcpy((void *)FW_NS_HANDOFF_BASE, bl31_tl, bl31_tl->max_size);
|
||||
}
|
||||
#endif
|
||||
|
||||
console_flush();
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue