run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / supermicro / x6dhe_g2 / romstage.c
index 177abb4aff1b76256d23d29fa8029b34ba25b758..d86d83d36afab96fbf661cbf07dcb69f20096d8d 100644 (file)
@@ -66,7 +66,6 @@ static void main(unsigned long bist)
        outb(0x87,0x2e);
        pnp_write_config(CONSOLE_SERIAL_DEV, 0x24, 0x84 | (1 << 6));
        pc87427_enable_dev(CONSOLE_SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */