run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / iei / pcisa-lx-800-r10 / romstage.c
index 57d51e37a3129b0f5cfe8c0a5e57dc080eddeae4..4121e3e91db1e46ced88f8b9009581a39b1d352e 100644 (file)
@@ -73,7 +73,6 @@ void main(unsigned long bist)
         * early MSR setup for CS5536.
         */
        w83627hf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */
@@ -86,5 +85,4 @@ void main(unsigned long bist)
        sdram_initialize(1, memctrl);
 
        /* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
-       return;
 }