run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / traverse / geos / romstage.c
index 44623db5051b64df03a0d22a25b361027aa399a7..80a95579d1a00288b300147cae226cee95da5d2e 100644 (file)
@@ -70,7 +70,6 @@ void main(unsigned long bist)
         */
        /* If debug. real setup done in chipset init via devicetree.cb. */
        cs5536_setup_onchipuart(1);
-       uart_init();
        console_init();
 
        /* Halt if there was a built in self test failure */