summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-05 09:31:47 +0100
committerMartin L Roth <gaumless@gmail.com>2023-09-28 21:26:39 +0000
commita421ae99fb377eb3334ec60823b5523bf0325c95 (patch)
treee08e48d0bd9e7e36bb5c514d3d03fba4981523c4
parentd3a6806914478a8763ec926ed24c81fcae7a0b2f (diff)
include/acpi/acpi_pld.h: Remove comment on PLD
Remove comment on PLD horizontal position as ACPI spec 6.5 define that field: https://uefi.org/specs/ACPI/6.5/06_Device_Configuration.html?highlight=pld%20horizontal#buffer-0-return-value Change-Id: I228e0780699c223f1e3227fd45ec094e0c46205e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70297 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r--src/include/acpi/acpi_pld.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/acpi/acpi_pld.h b/src/include/acpi/acpi_pld.h
index f89a68054e..98d7f9ebcf 100644
--- a/src/include/acpi/acpi_pld.h
+++ b/src/include/acpi/acpi_pld.h
@@ -22,12 +22,6 @@ enum acpi_pld_vertical_position {
PLD_VERTICAL_POSITION_LOWER
};
-/*
- * The ACPI spec 6.2A does not define the horizontal position field.
- * These values are taken from the IASL compiler:
- * https://github.com/acpica/acpica/blob/master/source/components/utilities/utglobal.c#L321
- */
-
enum acpi_pld_horizontal_position {
PLD_HORIZONTAL_POSITION_LEFT,
PLD_HORIZONTAL_POSITION_CENTER,