remove usbdebug.h include from mainboard/romstage code
[coreboot.git] / src / mainboard / nvidia / l1_2pvv / romstage.c
index 3929bf4ea802e1dd4f3ae7b5b275dc15614d8121..94aa14a2ceba5b8bc0cf046b763b94adaebb61c0 100644 (file)
@@ -33,7 +33,6 @@
 #include <cpu/x86/lapic.h>
 #include <pc80/mc146818rtc.h>
 #include <console/console.h>
-#include <usbdebug.h>
 #include <lib.h>
 #include <spd.h>
 #include <cpu/amd/model_fxx_rev.h>
@@ -135,16 +134,10 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 
        setup_mb_resource_map();
 
-       uart_init();
+       console_init();
 
        /* Halt if there was a built in self test failure */
        report_bist_failure(bist);
-
-#if CONFIG_USBDEBUG
-       mcp55_enable_usbdebug(CONFIG_USBDEBUG_DEFAULT_PORT);
-       early_usbdebug_init();
-#endif
-       console_init();
        printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
 
        print_debug("bsp_apicid="); print_debug_hex8(bsp_apicid); print_debug("\n");