summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/acpi_tables.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-13 01:18:29 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-13 19:59:45 +0200
commita251dee1eeff3345e6498c6a90607d223acb9ae3 (patch)
tree52dc0b589379f96f46c85ccce76ed7cde46c9403 /src/southbridge/intel/i82371eb/acpi_tables.c
parent8d427ece817bccbb15f4886cb2bf7734c1f4c3a2 (diff)
downloadcoreboot-a251dee1eeff3345e6498c6a90607d223acb9ae3.tar.xz
Use default table creator macro for all SSDTs
Change-Id: I0c138ebfdc6d4d5ae7d3512b0dd68df20485690e Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/262 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82371eb/acpi_tables.c')
-rw-r--r--src/southbridge/intel/i82371eb/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82371eb/acpi_tables.c b/src/southbridge/intel/i82371eb/acpi_tables.c
index 2173a3d7cf..84bb5b7b69 100644
--- a/src/southbridge/intel/i82371eb/acpi_tables.c
+++ b/src/southbridge/intel/i82371eb/acpi_tables.c
@@ -169,7 +169,7 @@ unsigned long __attribute__((weak)) write_acpi_tables(unsigned long start)
printk(BIOS_DEBUG, "ACPI: * SSDT\n");
ssdt = (acpi_header_t *)current;
- acpi_create_ssdt_generator(ssdt, "DYNADATA");
+ acpi_create_ssdt_generator(ssdt, ACPI_TABLE_CREATOR);
current += ssdt->length;
acpi_add_table(rsdp, ssdt);