mb/starlabs/starbook: Always include the tcss.asl

The tcss.asl doesn't just relate to tcss, it is required for core
scheduling, so include it for all platforms.

Change-Id: I781ba8756e06133799e8d6d91302968cc3ea0a56
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80485
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2023-12-06 12:34:28 +00:00 committed by Felix Held
parent 00b81adfed
commit 60acd827b3

View File

@ -33,9 +33,7 @@ DefinitionBlock(
#elif CONFIG(SOC_INTEL_ALDERLAKE) || CONFIG(SOC_INTEL_RAPTORLAKE)
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
#include <soc/intel/alderlake/acpi/southbridge.asl>
#if CONFIG(DRIVERS_INTEL_USB4_RETIMER)
#include <soc/intel/alderlake/acpi/tcss.asl>
#endif
#endif
#include <soc/intel/common/block/acpi/acpi/gna.asl>