From 0567c91b22e36eb07e7c7b8a67cbf6b41778db30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 14 Feb 2014 10:31:38 +0200 Subject: console: Use single driver entry for UARTs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UARTs now have unified prototypes and can use a single entry in the list of drivers for ramstage. Change-Id: I315daaf9a83cfa60f1a270146c729907a1d6d45b Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5308 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/include/console/uart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/console/uart.h') diff --git a/src/include/console/uart.h b/src/include/console/uart.h index 17811cab4c..f0371a2a98 100644 --- a/src/include/console/uart.h +++ b/src/include/console/uart.h @@ -20,6 +20,8 @@ #ifndef CONSOLE_UART_H #define CONSOLE_UART_H +#include + /* Return the clock frequency UART uses as reference clock for * baudrate generator. */ unsigned int uart_platform_refclk(void); -- cgit v1.2.3