summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-02-21 18:25:17 +0100
committerMartin Roth - Personal <martinroth@google.com>2022-02-22 19:03:38 +0000
commit36bf0947b96adb638ab75da9357ef69e5ba40c67 (patch)
treec8246cd6624642f03006b5341abc17dae1eca0a8
parent0884f21042de35645f0d08641b9a2669b3a7843c (diff)
downloadcoreboot-36bf0947b96adb638ab75da9357ef69e5ba40c67.tar.gz
coreboot-36bf0947b96adb638ab75da9357ef69e5ba40c67.tar.bz2
coreboot-36bf0947b96adb638ab75da9357ef69e5ba40c67.zip
soc/intel/common/block/acpi: Drop duplicated 'fadt->header.revision'
The 'fadt->header.revision' is already done at src/acpi/acpi.c acpi_create_fadt(). Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ib9b6dc7e86ca17e0b2d374ee2c3bdf06f8b82dfc Reviewed-on: https://review.coreboot.org/c/coreboot/+/62222 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/common/block/acpi/acpi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi.c b/src/soc/intel/common/block/acpi/acpi.c
index 53fa90786b49..78887e833bd8 100644
--- a/src/soc/intel/common/block/acpi/acpi.c
+++ b/src/soc/intel/common/block/acpi/acpi.c
@@ -116,8 +116,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
{
const uint16_t pmbase = ACPI_BASE_ADDRESS;
- fadt->header.revision = get_acpi_table_revision(FADT);
-
fadt->sci_int = acpi_sci_irq();
if (permanent_smi_handler()) {