Refactor copy_and_run so that it uses a single code base instead of
[coreboot.git] / src / pc80 / serial.c
index 45e0ce09e293c76b633ccc58de4d8fad7d7919a6..b05681dcd3c8d5bdef7db1c19c60537210c19bf0 100644 (file)
@@ -94,9 +94,6 @@ static void uart_init(void)
 
 #else
 /* CONFIG_USE_PRINTK_IN_CAR == 1 */
-#if CONFIG_USE_INIT == 0
-#include "../lib/uart8250.c"
-#endif
 
 extern void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs);
 static void uart_init(void)