run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / artecgroup / dbe61 / romstage.c
index 465fb7dd65fc7a8f615df9fd9d3961b7dea9d709..83b59bbc5328fd8e8b89ee9bc03e34f39fca9699 100644 (file)
@@ -89,7 +89,6 @@ void main(unsigned long bist)
        msr.lo |= 0x7 << 20;
        wrmsr(MDD_LEG_IO, msr);
 
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */