From 621aff9c02a94006ca10762d9e5e210ad1c64a86 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 14 Aug 2022 12:35:22 +0200 Subject: mb/**/dsdt.asl: Drop misleading "OEM revision" comment It is highly unlikely that the "OEM revision" of the DSDT is 0x20110725 on mainboards with a chipset not yet released on 2011-07-25. Since this comment is most likely to have been copy-pasted from other boards, drop it from boards which use a chipset newer than Sandy/Ivy Bridge. Change-Id: If2f61d09082806b461878a76b286204ae56bf0eb Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/66715 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Felix Singer Reviewed-by: Tarun Tuli Reviewed-by: Frans Hendriks --- src/mainboard/bostentech/gbyt4/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/bostentech') diff --git a/src/mainboard/bostentech/gbyt4/dsdt.asl b/src/mainboard/bostentech/gbyt4/dsdt.asl index a3859f94d4..3e021bf1cb 100644 --- a/src/mainboard/bostentech/gbyt4/dsdt.asl +++ b/src/mainboard/bostentech/gbyt4/dsdt.asl @@ -7,7 +7,7 @@ DefinitionBlock( ACPI_DSDT_REV_2, OEM_ID, ACPI_TABLE_CREATOR, - 0x20110725 // OEM revision + 0x20110725 ) { #include -- cgit v1.2.3