run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / intel / eagleheights / romstage.c
index aa884c3e38e3a85904c1de21a6844fb821688389..a250c05c6bf62d16db5fd23c3e34f59e41567ec2 100644 (file)
@@ -145,7 +145,6 @@ void main(unsigned long bist)
        i3100_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
        i3100_configure_uart_clk(SERIAL_DEV, I3100_UART_CLK_PREDIVIDE_26);
 
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */