AMD binaryPI: Drop HT3_SUPPORT

Kconfig variable is not implemented.

Also fix broken abuild.

Change-Id: I569f44e97abc570158472ddbd0f890315233f8a6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/8494
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki 2015-02-04 13:25:37 +02:00
parent 7255062ea7
commit c5163ed83b
1 changed files with 2 additions and 7 deletions

View File

@ -1171,13 +1171,8 @@ static u32 cpu_bus_scan(device_t dev, u32 max)
/* 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;
#if CONFIG_HT3_SUPPORT add_more_links(cdb_dev, 4);
linknum = 8;
#else
linknum = 4;
#endif
add_more_links(cdb_dev, linknum);
} }
family = cpuid_eax(1); family = cpuid_eax(1);