run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / tyan / s2850 / romstage.c
index 8efa54276af1fa8208a7ebf286749283872a9b8a..c87fcb5ffbb9f064c4a3f67126223dfeaa04d349 100644 (file)
@@ -89,7 +89,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 //     post_code(0x32);
 
        w83627hf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-        uart_init();
         console_init();
 
        /* Halt if there was a built in self test failure */