diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-10-29 16:48:01 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-10-30 00:36:07 +0100 |
commit | 439a527014fa0cb3e4ef60ba59e5c57c737b4444 (patch) | |
tree | 1918c6978dd05efc35c1daf1252c4206de73814b | |
parent | 6db10452b4ad5d99d160fd6f6c52c4c9a6c30635 (diff) | |
download | coreboot-staging-439a527014fa0cb3e4ef60ba59e5c57c737b4444.zip coreboot-staging-439a527014fa0cb3e4ef60ba59e5c57c737b4444.tar.gz |
This reverts commit 785b3eb6e8fcafb38395eec00f4f0fc0e906c7cc.
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>
-rw-r--r-- | src/device/pciexp_device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 1fdcab3..aa3a457 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -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) { |