nbhw18: fixed pcie module detection
This commit is contained in:
parent
4f853a6c3c
commit
fa8f4b3a66
|
|
@ -227,14 +227,8 @@ static int configure_pcie_slots(void)
|
||||||
dm_gpio_set_value(&pcie_slots[i].reset, 0);
|
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();
|
pci_init_board();
|
||||||
*/
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue