From b297b4901a5e7dd0aa037b184329a0e96722149e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 20 Apr 2011 01:08:25 +0000 Subject: drop dead uart init code. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6523 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/lib/uart8250.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/lib') diff --git a/src/lib/uart8250.c b/src/lib/uart8250.c index 8149b03aa6..8c8eed8a11 100644 --- a/src/lib/uart8250.c +++ b/src/lib/uart8250.c @@ -86,23 +86,6 @@ void uart8250_init(unsigned base_port, unsigned divisor) outb(CONFIG_TTYS0_LCS, base_port + UART_LCR); } -#ifndef __ROMCC__ -/* Initialize a generic uart */ -void init_uart8250(unsigned base_port, struct uart8250 *uart) -{ - int divisor = uart->baud ? (115200/uart->baud) : 1; - - if (base_port == CONFIG_TTYS0_BASE) { - /* Don't reinitialize the console serial port, - * This is espeically nasty in SMP. - * NOTE: The first invocation thus always needs to be - */ - return; - } - uart8250_init(base_port, divisor); -} -#endif - #if defined(__PRE_RAM__) || defined(__SMM__) void uart_init(void) { -- cgit v1.2.3