aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/thermal.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-08-10 13:52:21 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-08-12 10:56:24 +0000
commit851fe8334e75d1b3f372f7878745d65c236a12a4 (patch)
tree959ddbe5bed09a527f79de689fddd3f94f3ef20a /src/southbridge/intel/i82801jx/thermal.c
parentbcc2c729dd2ed7c60cb52f3852da5c3bc809c748 (diff)
sb/intel/i82801jx: Drop is-mobile checks
There's no mobile ICH10 variant. This was copied from i82801ix. Change-Id: I141da407e336f6fbbf84d0e2cee55b0c12931c7b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44335 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/southbridge/intel/i82801jx/thermal.c')
-rw-r--r--src/southbridge/intel/i82801jx/thermal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/i82801jx/thermal.c b/src/southbridge/intel/i82801jx/thermal.c
index 41013a3596..5fc9548e55 100644
--- a/src/southbridge/intel/i82801jx/thermal.c
+++ b/src/southbridge/intel/i82801jx/thermal.c
@@ -10,9 +10,6 @@
static void thermal_init(struct device *dev)
{
- if (LPC_IS_MOBILE(pcidev_on_root(0x1f, 0)))
- return;
-
u8 reg8;
pci_write_config32(dev, 0x10, (uintptr_t)DEFAULT_TBAR);