soc/intel/skylake: Make use of common thermal code for SKL

This patch ensures skylake soc is using common thermal code
from intel common block.

TEST=Build and boot soraka

Change-Id: I0812daa3536051918ccac973fde8d7f4f949609d
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34648
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Subrata Banik
2019-08-01 10:50:35 +05:30
parent 92dc391291
commit c077b2274b
13 changed files with 16 additions and 152 deletions

View File

@ -585,9 +585,6 @@ struct soc_intel_skylake_config {
*/
u8 IslVrCmd;
/* PCH Trip Temperature */
u8 pch_trip_temp;
/* Enable/Disable Sata power optimization */
u8 SataPwrOptEnable;
};