From 03a6ccd20d9bb54e3a009269b8e454ee8a2e3051 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 1 Nov 2022 23:38:19 +0100 Subject: sb/amd: Remove dropped platforms This code is now unused by any platform. Change-Id: I60afbde6ead70f0c887866fc351b4a6a15a89287 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/69120 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/southbridge/amd/pi/hudson/acpi/fch.asl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/southbridge/amd/pi/hudson/acpi/fch.asl') 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) */ -- cgit v1.2.3