Commit d65895f4 authored by ldts's avatar ldts
Browse files

plat: rcar: support plat_crash_console_flush


Signed-off-by: default avatarldts <jorge.ramirez.ortiz@gmail.com>
parent dd756c98
......@@ -19,6 +19,7 @@
.globl plat_crash_console_init
.globl plat_crash_console_putc
.globl plat_crash_console_flush
.globl plat_invalidate_icache
.globl plat_report_exception
.globl plat_secondary_reset
......@@ -286,6 +287,15 @@ func plat_crash_console_putc
ret
endfunc plat_crash_console_putc
/* ---------------------------------------------
* int plat_crash_console_flush()
*
* ---------------------------------------------
*/
func plat_crash_console_flush
b console_flush
endfunc plat_crash_console_flush
/* --------------------------------------------------------------------
* void plat_reset_handler(void);
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment