summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/volteer
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-08-14 12:35:22 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-08-16 13:33:47 +0000
commit621aff9c02a94006ca10762d9e5e210ad1c64a86 (patch)
tree71396312d944178efa7a8a79fac9ce2eda42659b /src/mainboard/google/volteer
parentc05691af9350571041141c5341fa578a3b0d8d0c (diff)
downloadcoreboot-621aff9c02a94006ca10762d9e5e210ad1c64a86.tar.gz
coreboot-621aff9c02a94006ca10762d9e5e210ad1c64a86.tar.bz2
coreboot-621aff9c02a94006ca10762d9e5e210ad1c64a86.zip
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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66715 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r--src/mainboard/google/volteer/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl
index d4e9339954e8..4193d3d1e7f7 100644
--- a/src/mainboard/google/volteer/dsdt.asl
+++ b/src/mainboard/google/volteer/dsdt.asl
@@ -10,7 +10,7 @@ DefinitionBlock(
ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
- 0x20110725 // OEM revision
+ 0x20110725
)
{
#include <acpi/dsdt_top.asl>