Revert "device/pciexp_device: Tune PCIe bridges before scanning children"
This reverts commit 785b3eb6e8
.
The commit re-tuned the upstream link again, it does not tune secondary side.
Change-Id: I9be70e95b06ceff99beba8a7c7eb6402b32fcca1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/12253
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
6db10452b4
commit
439a527014
1 changed files with 0 additions and 2 deletions
|
@ -426,8 +426,6 @@ void pciexp_scan_bus(struct bus *bus, unsigned int min_devfn,
|
|||
{
|
||||
device_t child;
|
||||
|
||||
pciexp_tune_dev(bus->dev);
|
||||
|
||||
pci_scan_bus(bus, min_devfn, max_devfn);
|
||||
|
||||
for (child = bus->children; child; child = child->sibling) {
|
||||
|
|
Loading…
Reference in a new issue