acpi: Fix typos
Change-Id: Ie986c1cbbc9bcc7817dfeb04a4be86898b302987 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78114 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Martin L Roth
parent
397c15026e
commit
75f0b607fa
@@ -1428,7 +1428,7 @@ _Static_assert(sizeof(acpi_spcr_t) == 88, "acpi_spcr_t must have an 88 byte size
|
||||
/* GTDT - Generic Timer Description Table (ACPI 5.1) Version 2 */
|
||||
typedef struct acpi_table_gtdt {
|
||||
acpi_header_t header; /* Common ACPI table header */
|
||||
u64 counter_block_addresss;
|
||||
u64 counter_block_address;
|
||||
u32 reserved;
|
||||
u32 secure_el1_interrupt;
|
||||
u32 secure_el1_flags;
|
||||
|
Reference in New Issue
Block a user