summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/acpi
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2023-02-06 09:01:56 +0000
committerLean Sheng Tan <sheng.tan@9elements.com>2023-02-07 11:09:12 +0000
commit0095fce186ce0122a024e0e84e3b5869406e0646 (patch)
treef9cbba44e239e3b2b243dffa63f1129856625f9b /src/soc/intel/alderlake/acpi
parent77128a8dcd119b713f755efee64222f2d79217bb (diff)
soc/intel/alderlake: Remove unused S0IX variable
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I85fc5dabf10c6df7f11fd1defe8a39afc9f95325 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72797 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/alderlake/acpi')
-rw-r--r--src/soc/intel/alderlake/acpi/tcss.asl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/alderlake/acpi/tcss.asl b/src/soc/intel/alderlake/acpi/tcss.asl
index 9edaf77110..9ef6637dce 100644
--- a/src/soc/intel/alderlake/acpi/tcss.asl
+++ b/src/soc/intel/alderlake/acpi/tcss.asl
@@ -42,12 +42,6 @@
Scope (\_SB)
{
-#if !CONFIG(SOC_INTEL_ALDERLAKE_S3)
- Name (S0IX, 0)
-#else
- Name (S0IX, 1)
-#endif
-
/* Device base address */
Method (BASE, 1)
{