From 4c2aafe586d5214409b4de0affb5f743477d2f1c Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Mon, 4 Feb 2013 20:40:47 -0800 Subject: exynos: de-duplicate UART header content Some header content got duplicated during the initial porting effort. This moves generic UART header stuff to exynos5-common and leaves exynos5250 #defines in the AP-specific UART header. Change-Id: Ifb6289d7b9dc26c76ae4dfcf511590b3885715a3 Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2285 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/cpu/samsung/exynos5-common/uart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/samsung/exynos5-common/uart.h') diff --git a/src/cpu/samsung/exynos5-common/uart.h b/src/cpu/samsung/exynos5-common/uart.h index 350e224b86..52da62d55a 100644 --- a/src/cpu/samsung/exynos5-common/uart.h +++ b/src/cpu/samsung/exynos5-common/uart.h @@ -52,4 +52,6 @@ static inline int s5p_uart_divslot(void) return 0; } +void uart_init(void); + #endif -- cgit v1.2.3