mb/ocp/tiogapass/dsdt: Remove unnecessary comments
Change-Id: I6a16e2f829219f2eba8acd3ae7f371238c0d8de1 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45767 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
This commit is contained in:
parent
e4e08f2bfe
commit
72e49cef80
|
@ -11,12 +11,8 @@ DefinitionBlock(
|
||||||
0x20110725 // OEM revision
|
0x20110725 // OEM revision
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// platform ACPI tables
|
|
||||||
#include "acpi/platform.asl"
|
#include "acpi/platform.asl"
|
||||||
|
|
||||||
// global NVS and variables
|
|
||||||
#include <soc/intel/xeon_sp/acpi/globalnvs.asl>
|
#include <soc/intel/xeon_sp/acpi/globalnvs.asl>
|
||||||
|
|
||||||
#include <cpu/intel/common/acpi/cpu.asl>
|
#include <cpu/intel/common/acpi/cpu.asl>
|
||||||
#include <soc/intel/xeon_sp/acpi/uncore.asl>
|
#include <soc/intel/xeon_sp/acpi/uncore.asl>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue