diff options
author | li feng <li1.feng@intel.com> | 2018-05-24 14:27:58 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-11 10:48:12 +0000 |
commit | 3130a93bfa953011fed7429b17d3727abd3b4100 (patch) | |
tree | a563b2709eb63992ffee36733a12bb509846541f /src/soc/intel/skylake | |
parent | 0738d2a00ddadbdd58708ab57189311750cf84f5 (diff) |
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 <li1.feng@intel.com>
Reviewed-on: https://review.coreboot.org/26521
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/chip.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |