run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / asus / p3b-f / romstage.c
index 38dffd5e54a2b08911382a472e5ace5f86c90778..1772a5217832db124654d2a04727e8a4f70b2fe0 100644 (file)
@@ -78,7 +78,6 @@ void main(unsigned long bist)
 {
        /* FIXME: The ASUS P3B-F has a Winbond W83977EF, actually. */
        w83977tf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
        report_bist_failure(bist);