mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-14 16:46:23 +00:00
Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console
qemu: don't use C functions for the crash console callbacks
This commit is contained in:
@@ -66,8 +66,6 @@ int console_flush(void);
|
||||
/* REMOVED on AArch64 -- use console_<driver>_register() instead! */
|
||||
int console_init(uintptr_t base_addr,
|
||||
unsigned int uart_clk, unsigned int baud_rate);
|
||||
int console_core_init(uintptr_t base_addr,
|
||||
unsigned int uart_clk, unsigned int baud_rate);
|
||||
void console_uninit(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user