|
@@ -393,10 +393,6 @@ static void configure_mca(void)
|
|
|
msr_write(IA32_MC0_STATUS + (i * 4), msr);
|
|
|
}
|
|
|
|
|
|
-#if CONFIG_USBDEBUG
|
|
|
-static unsigned ehci_debug_addr;
|
|
|
-#endif
|
|
|
-
|
|
|
static int model_206ax_init(struct udevice *dev)
|
|
|
{
|
|
|
int ret;
|
|
@@ -404,17 +400,6 @@ static int model_206ax_init(struct udevice *dev)
|
|
|
/* Clear out pending MCEs */
|
|
|
configure_mca();
|
|
|
|
|
|
-#if CONFIG_USBDEBUG
|
|
|
- /* Is this caution really needed? */
|
|
|
- if (!ehci_debug_addr)
|
|
|
- ehci_debug_addr = get_ehci_debug();
|
|
|
- set_ehci_debug(0);
|
|
|
-#endif
|
|
|
-
|
|
|
-#if CONFIG_USBDEBUG
|
|
|
- set_ehci_debug(ehci_debug_addr);
|
|
|
-#endif
|
|
|
-
|
|
|
/* Enable the local cpu apics */
|
|
|
enable_lapic_tpr();
|
|
|
|