aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-04-03 11:59:55 +0100
committerGitHub <noreply@github.com>2018-04-03 11:59:55 +0100
commitf11916bf1dfecd7ee76240eebd847681ce366a67 (patch)
tree0585a0c22d4fe2bd45d9b560a93f9c9ed4171e28 /include
parent02f8c03884d69c5915f07b82851f72fbacb448bd (diff)
parent0e24ea81564ef0444bd6e57f6dabc324284ec3b0 (diff)
downloadplatform_external_arm-trusted-firmware-f11916bf1dfecd7ee76240eebd847681ce366a67.tar.gz
platform_external_arm-trusted-firmware-f11916bf1dfecd7ee76240eebd847681ce366a67.tar.bz2
platform_external_arm-trusted-firmware-f11916bf1dfecd7ee76240eebd847681ce366a67.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/drivers/console.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drivers/console.h b/include/drivers/console.h
index c8a43a288..f8ec83d2f 100644
--- a/include/drivers/console.h
+++ b/include/drivers/console.h
@@ -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