From d5811378dc1f6dbf77cd93a01f9df61c6e218f26 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 12 Jul 2021 18:11:58 +0200 Subject: acpi: Fill fadt->century based on Kconfig Change-Id: I916f19e022633b316fbc0c6bf38bbd58228412be Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/56218 Tested-by: build bot (Jenkins) Reviewed-by: Lance Zhao Reviewed-by: Angel Pons --- src/soc/intel/xeon_sp/skx/soc_acpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/xeon_sp') diff --git a/src/soc/intel/xeon_sp/skx/soc_acpi.c b/src/soc/intel/xeon_sp/skx/soc_acpi.c index 1f1d058c81..41039eabdd 100644 --- a/src/soc/intel/xeon_sp/skx/soc_acpi.c +++ b/src/soc/intel/xeon_sp/skx/soc_acpi.c @@ -55,7 +55,6 @@ void soc_fill_fadt(acpi_fadt_t *fadt) /* RTC Registers */ fadt->mon_alrm = 0x00; - fadt->century = 0x00; fadt->iapc_boot_arch = ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042; /* PM2 Control Registers */ -- cgit v1.2.3