nbhw18: fixed pcie module detection

This commit is contained in:
user 2018-03-28 11:17:45 +02:00
parent 4f853a6c3c
commit fa8f4b3a66
1 changed files with 1 additions and 7 deletions

View File

@ -227,14 +227,8 @@ static int configure_pcie_slots(void)
dm_gpio_set_value(&pcie_slots[i].reset, 0);
}
/* If we want the PCIUe devices to show up in u-boot, we would need to call the
pci init function again here. However, we need to wait for the PCIe links to
come up first. As we do not really need PCIe support in U-Boot we save the
time for waiting for the links here.
udelay(1000000);
pci_init_board();
*/
return 0;
}