mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
amd/pi/00630F01: Drop HT3_SUPPORT
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12556
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
317b58234a
commit
d45a3477b7
1 changed files with 1 additions and 7 deletions
|
@ -1039,13 +1039,7 @@ static void cpu_bus_scan(device_t dev)
|
||||||
/* Ok, We need to set the links for that device.
|
/* Ok, We need to set the links for that device.
|
||||||
* otherwise the device under it will not be scanned
|
* otherwise the device under it will not be scanned
|
||||||
*/
|
*/
|
||||||
int linknum;
|
add_more_links(cdb_dev, 4);
|
||||||
#if IS_ENABLED(CONFIG_HT3_SUPPORT)
|
|
||||||
linknum = 8;
|
|
||||||
#else
|
|
||||||
linknum = 4;
|
|
||||||
#endif
|
|
||||||
add_more_links(cdb_dev, linknum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
family = cpuid_eax(1);
|
family = cpuid_eax(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue