mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 07:15:20 +00:00
Merge "feat(xilinx): switch boot console to runtime" into integration
This commit is contained in:
commit
bfb8d8eba6
3 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,8 @@ void bl31_plat_runtime_setup(void)
|
|||
if (rc != 0) {
|
||||
panic();
|
||||
}
|
||||
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -226,6 +226,8 @@ void bl31_plat_runtime_setup(void)
|
|||
if (rc != 0) {
|
||||
panic();
|
||||
}
|
||||
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -190,6 +190,8 @@ void bl31_plat_runtime_setup(void)
|
|||
#endif
|
||||
|
||||
custom_runtime_setup();
|
||||
|
||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue