disabled USB initialization for now

This commit is contained in:
Markus Fröschle
2014-09-06 18:35:51 +00:00
parent b53606ea9e
commit 883e89a748

View File

@@ -750,7 +750,7 @@ void init_usb(void)
dbg("compare device id 0x%x against 0x%x\r\n", board->device, PCI_DEVICE_ID(id)); dbg("compare device id 0x%x against 0x%x\r\n", board->device, PCI_DEVICE_ID(id));
if ((board->vendor == PCI_VENDOR_ID(id)) && board->device == PCI_DEVICE_ID(id)) if ((board->vendor == PCI_VENDOR_ID(id)) && board->device == PCI_DEVICE_ID(id))
{ {
if (usb_init(handle, board) >= 0) // if (usb_init(handle, board) >= 0)
usb_found++; usb_found++;
} }
board++; board++;
@@ -1179,7 +1179,7 @@ void initialize_hardware(void)
init_slt(); init_slt();
init_fbcs(); init_fbcs();
init_ddram(); init_ddram();
/* /*
* install (preliminary) exception vectors * install (preliminary) exception vectors