Denverton-NS boards: Drop useless `thermal.asl`

The code in these files is meaningless, and can be dropped.

Change-Id: I11571885059e8d5f930f741172c74b25faa09a15
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60103
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Angel Pons 2021-12-14 10:54:12 +01:00 committed by Felix Held
parent 0ccb7b2d48
commit bc62891378
4 changed files with 0 additions and 20 deletions

View File

@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
// Thermal Zone
Scope (\_TZ)
{
}

View File

@ -15,9 +15,6 @@ DefinitionBlock(
#include "acpi/platform.asl"
#include "acpi/mainboard.asl"
// Thermal Handler
#include "acpi/thermal.asl"
// global NVS and variables
#include <soc/intel/denverton_ns/acpi/globalnvs.asl>

View File

@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
// Thermal Zone
Scope (\_TZ)
{
}

View File

@ -15,9 +15,6 @@ DefinitionBlock(
#include "acpi/platform.asl"
#include "acpi/mainboard.asl"
// Thermal Handler
#include "acpi/thermal.asl"
// global NVS and variables
#include <soc/intel/denverton_ns/acpi/globalnvs.asl>