diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-01 23:38:19 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 13:59:17 +0000 |
commit | 03a6ccd20d9bb54e3a009269b8e454ee8a2e3051 (patch) | |
tree | 8f8b9c6fc6e383e5e7aa4f9631119a8517859d04 /src/southbridge/amd/pi/hudson/acpi/fch.asl | |
parent | 1a010236cf922fc28cfb36b604bdf17a9ea3cb82 (diff) |
sb/amd: Remove dropped platforms
This code is now unused by any platform.
Change-Id: I60afbde6ead70f0c887866fc351b4a6a15a89287
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69120
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson/acpi/fch.asl')
-rw-r--r-- | src/southbridge/amd/pi/hudson/acpi/fch.asl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/southbridge/amd/pi/hudson/acpi/fch.asl b/src/southbridge/amd/pi/hudson/acpi/fch.asl index 9a2c7445db..10f25a1ef8 100644 --- a/src/southbridge/amd/pi/hudson/acpi/fch.asl +++ b/src/southbridge/amd/pi/hudson/acpi/fch.asl @@ -144,9 +144,4 @@ Method(_INI, 0) { /* DBGO(\_REV) */ /* DBGO("\n") */ -#if CONFIG(HUDSON_IMC_FWM) -#if CONFIG(ACPI_ENABLE_THERMAL_ZONE) - ITZE() /* enable IMC Fan Control*/ -#endif -#endif } /* End Method(_SB._INI) */ |