From 5b6ebeec9c99f8d6a539d3b15e5dfb827891174a Mon Sep 17 00:00:00 2001 From: Ambroise Vincent Date: Thu, 4 Apr 2019 09:13:28 +0100 Subject: Remove MULTI_CONSOLE_API flag and references to it The new API becomes the default one. Change-Id: Ic1d602da3dff4f4ebbcc158b885295c902a24fec Signed-off-by: Ambroise Vincent --- plat/qemu/qemu_console.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plat/qemu/qemu_console.c') diff --git a/plat/qemu/qemu_console.c b/plat/qemu/qemu_console.c index 759f997d..fec18289 100644 --- a/plat/qemu/qemu_console.c +++ b/plat/qemu/qemu_console.c @@ -9,23 +9,15 @@ #include #include -#if MULTI_CONSOLE_API static console_pl011_t console; -#endif /* MULTI_CONSOLE_API */ void qemu_console_init(void) { -#if MULTI_CONSOLE_API (void)console_pl011_register(PLAT_QEMU_BOOT_UART_BASE, PLAT_QEMU_BOOT_UART_CLK_IN_HZ, PLAT_QEMU_CONSOLE_BAUDRATE, &console); console_set_scope(&console.console, CONSOLE_FLAG_BOOT | CONSOLE_FLAG_RUNTIME); -#else - console_init(PLAT_QEMU_BOOT_UART_BASE, - PLAT_QEMU_BOOT_UART_CLK_IN_HZ, - PLAT_QEMU_CONSOLE_BAUDRATE); -#endif /* MULTI_CONSOLE_API */ } -- cgit v1.2.3