run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / intel / xe7501devkit / romstage.c
index 953302f3e5106bb4d88d82705f60a3c84510d1bd..4e37811b46d9c49ea429484f52c0b7f6e5e0834a 100644 (file)
@@ -53,7 +53,6 @@ static void main(unsigned long bist)
 
        // Get the serial port running and print a welcome banner
        lpc47b272_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-       uart_init();
        console_init();
 
        // Halt if there was a built in self test failure