run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / pcengines / alix1c / romstage.c
index 9806ff42737e02fa36c912064bdd53ac90cd0164..7e025a88b3eecfd96dd71be2db0f7f9df5510ab3 100644 (file)
@@ -127,7 +127,6 @@ void main(unsigned long bist)
         */
        cs5536_disable_internal_uart();
        w83627hf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */