run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig / romstage.c
index e85ea5ab18014b634f80e7beddc53ac319dc186f..e77fe7bad53664fcc576abfa38b13b5e5b0c9d6e 100644 (file)
@@ -65,7 +65,6 @@ static void main(unsigned long bist)
 
        w83627hf_set_clksel_48(DUMMY_DEV);
        w83627hf_enable_serial(CONSOLE_SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */