From d45a3477b79df14ed13a64e580a26380ebfb2565 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 26 Nov 2015 21:51:03 -0700 Subject: amd/pi/00630F01: Drop HT3_SUPPORT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Kconfig symbol CONFIG_HT3_SUPPORT is not implemented. This mirrors commit c5163ed8 (AMD binaryPI: Drop HT3_SUPPORT) Change-Id: I2682d3b620e2cee613c7421622a8c79db5ba3a86 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12556 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/northbridge/amd/pi/00630F01/northbridge.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c index 9f55874db1..2809f2f0e2 100644 --- a/src/northbridge/amd/pi/00630F01/northbridge.c +++ b/src/northbridge/amd/pi/00630F01/northbridge.c @@ -1039,13 +1039,7 @@ static void cpu_bus_scan(device_t dev) /* Ok, We need to set the links for that device. * otherwise the device under it will not be scanned */ - int linknum; -#if IS_ENABLED(CONFIG_HT3_SUPPORT) - linknum = 8; -#else - linknum = 4; -#endif - add_more_links(cdb_dev, linknum); + add_more_links(cdb_dev, 4); } family = cpuid_eax(1); -- cgit v1.2.3