mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(xilinx): add console_flush() before shutdown
Add console_flush() call before shutting down in order to ensure that console output is flushed. Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: I5397105d2d7bf317f199b6326593bdb1c3cc75e2
This commit is contained in:
parent
427e46ddea
commit
7ec53afaad
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ static uint64_t ipi_fiq_handler(uint32_t id, uint32_t flags, void *handle,
|
|||
|
||||
VERBOSE("Received IPI FIQ from firmware\n");
|
||||
|
||||
console_flush();
|
||||
(void)plat_ic_acknowledge_interrupt();
|
||||
|
||||
ret = pm_get_callbackdata(payload, ARRAY_SIZE(payload), 0, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue