AGESA fam15tn fam15rl fam16kb: Drop HT3_SUPPORT
Kconfig variable is not implemented. Change-Id: I546a1001847e7b1002f96baf49ed3301852a6894 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/8345 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
225da645ad
commit
2a2d6135a4
|
@ -1120,13 +1120,7 @@ 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;
|
add_more_links(cdb_dev, 4);
|
||||||
#if CONFIG_HT3_SUPPORT
|
|
||||||
linknum = 8;
|
|
||||||
#else
|
|
||||||
linknum = 4;
|
|
||||||
#endif
|
|
||||||
add_more_links(cdb_dev, linknum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
family = cpuid_eax(1);
|
family = cpuid_eax(1);
|
||||||
|
|
|
@ -1118,13 +1118,7 @@ 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;
|
add_more_links(cdb_dev, 4);
|
||||||
#if CONFIG_HT3_SUPPORT
|
|
||||||
linknum = 8;
|
|
||||||
#else
|
|
||||||
linknum = 4;
|
|
||||||
#endif
|
|
||||||
add_more_links(cdb_dev, linknum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
family = cpuid_eax(1);
|
family = cpuid_eax(1);
|
||||||
|
|
|
@ -1162,13 +1162,7 @@ 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;
|
add_more_links(cdb_dev, 4);
|
||||||
#if CONFIG_HT3_SUPPORT
|
|
||||||
linknum = 8;
|
|
||||||
#else
|
|
||||||
linknum = 4;
|
|
||||||
#endif
|
|
||||||
add_more_links(cdb_dev, linknum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
family = cpuid_eax(1);
|
family = cpuid_eax(1);
|
||||||
|
|
Loading…
Reference in New Issue