run uart_init() from console_init, just like the other console initialization functions.
[coreboot.git] / src / mainboard / amd / mahogany_fam10 / romstage.c
index 7bc96c8f43c20e93214419a0e3308f3818f6b430..680e60dbb711263fa891168d8a3ecb587b8b4193 100644 (file)
@@ -104,15 +104,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        sb7xx_51xx_lpc_init();
 
        it8718f_enable_serial(0, CONFIG_TTYS0_BASE);
-       uart_init();
-
-#if CONFIG_USBDEBUG
-       sb7xx_51xx_enable_usbdebug(CONFIG_USBDEBUG_DEFAULT_PORT);
-       early_usbdebug_init();
-#endif
 
        console_init();
-       printk(BIOS_DEBUG, "\n");
 
 //     dump_mem(CONFIG_DCACHE_RAM_BASE+CONFIG_DCACHE_RAM_SIZE-0x200, CONFIG_DCACHE_RAM_BASE+CONFIG_DCACHE_RAM_SIZE);