mb/getac/p470/acpi_tables.c: Remove wrong comment

Change-Id: I85c20d282949b51efd7cdd6f6e79b0b84ff62e2b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-07-19 11:04:08 +02:00 committed by Angel Pons
parent e65280cbef
commit 28db21c462
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static long acpi_create_ecdt(acpi_ecdt_t * ecdt)
ecdt->ec_control.addrl = 0x66;
ecdt->ec_control.addrh = 0;
ecdt->ec_data.space_id = ACPI_ADDRESS_SPACE_IO; /* Memory */
ecdt->ec_data.space_id = ACPI_ADDRESS_SPACE_IO;
ecdt->ec_data.bit_width = 8;
ecdt->ec_data.bit_offset = 0;
ecdt->ec_data.addrl = 0x62;