summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa/hudson/fadt.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-17 11:40:09 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:13:57 +0000
commiteaa165dfb4221b92f3934fcdf7247f9e386fe353 (patch)
treed5e32d386f526a77d37119646b3ebe6e62ee6bee /src/southbridge/amd/agesa/hudson/fadt.c
parentdeff53c8e9db56ed9b0105e2d56bd0df9679b898 (diff)
downloadcoreboot-eaa165dfb4221b92f3934fcdf7247f9e386fe353.tar.gz
coreboot-eaa165dfb4221b92f3934fcdf7247f9e386fe353.tar.bz2
coreboot-eaa165dfb4221b92f3934fcdf7247f9e386fe353.zip
src/southbridge/amd/*/*/fadt.c: Use macro for access_size
Change-Id: I316abf6626adabeecdf9639712ab3bf64e3cbe83 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44519 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/fadt.c')
-rw-r--r--src/southbridge/amd/agesa/hudson/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/fadt.c b/src/southbridge/amd/agesa/hudson/fadt.c
index 220b327de07e..ef11c861dd85 100644
--- a/src/southbridge/amd/agesa/hudson/fadt.c
+++ b/src/southbridge/amd/agesa/hudson/fadt.c
@@ -77,7 +77,7 @@ void acpi_fill_fadt(acpi_fadt_t *fadt)
fadt->x_pm1a_cnt_blk.space_id = ACPI_ADDRESS_SPACE_IO;
fadt->x_pm1a_cnt_blk.bit_width = 16;
fadt->x_pm1a_cnt_blk.bit_offset = 0;
- fadt->x_pm1a_cnt_blk.access_size = 0;
+ fadt->x_pm1a_cnt_blk.access_size = ACPI_ACCESS_SIZE_UNDEFINED;
fadt->x_pm1a_cnt_blk.addrl = ACPI_PM1_CNT_BLK;
fadt->x_pm1a_cnt_blk.addrh = 0x0;