aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2024-05-13 20:11:36 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-05-14 19:48:31 +0000
commitf1e4067a90e433eb0e726a2c1a3e7027d0acb50e (patch)
tree520eb6a4c011da68c191004429f9d64006a599a9 /util
parentff0f6dcba38a1f07c33d5c811c0df95f4df32550 (diff)
util/autoport: Remove incorrect comment
Yes, the DSDT revision is the OEM revision. But most certainly not that of the board being ported. Because no one seems to care about the value (newer boards inexplicably use lower values even though this represents a date in 0xYYYYMMDD format), simply drop the incorrect comment. Should save a bit of effort when reviewing mainboard ports: no longer will one have to ask authors to drop the comment. Change-Id: I9c425573e4fcb0f670a780e7821e815eadc8a2aa Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82401 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util')
-rw-r--r--util/autoport/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index 4f5543bf4b..6426dd305c 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -846,7 +846,7 @@ DefinitionBlock(
ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
- 0x20141018 /* OEM revision */
+ 0x20141018
)
{
#include <acpi/dsdt_top.asl>