ACPI: Move redundant FADT reserved entry

Change-Id: I35f66cdad6b8bedf4337aa8e5af7b0f1b53fe674
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42033
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki
2020-06-03 07:20:55 +03:00
committed by Felix Held
parent 4a9569a123
commit d4acee887e
5 changed files with 5 additions and 6 deletions

View File

@@ -519,7 +519,6 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
fadt->mon_alrm = 0x00;
fadt->century = 0x32;
fadt->reserved = 0;
fadt->sci_int = 0x9;
if (permanent_smi_handler()) {