From 3130a93bfa953011fed7429b17d3727abd3b4100 Mon Sep 17 00:00:00 2001 From: li feng Date: Thu, 24 May 2018 14:27:58 -0700 Subject: skylake: Remove "IshEnable" Remove "IshEnable" from soc_intel_skylake_config since it's not used anymore. Enable/disable ISH by checking if ISH device is turned on or not. Refer to https://review.coreboot.org/#/c/coreboot/+/26485/. BUG=b:79244403 BRANCH=none TEST=Built. Change-Id: I4d2889af118659852431c87cb516fd19b577efc5 Signed-off-by: li feng Reviewed-on: https://review.coreboot.org/26521 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/skylake/chip.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc/intel/skylake/chip.h') diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 9f78e5c3b8..a6e03ca435 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -287,9 +287,6 @@ struct soc_intel_skylake_config { u8 ScsEmmcHs400Enabled; u8 ScsSdCardEnabled; - /* Integrated Sensor */ - u8 IshEnable; - u8 PttSwitch; u8 HeciTimeouts; u8 HsioMessaging; -- cgit v1.2.3