summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-12-07 06:27:44 +0000
committerZheng Bao <Zheng.Bao@amd.com>2010-12-07 06:27:44 +0000
commit7f20d73eba22babbc5bf9efd8df8a3e9d3a117c7 (patch)
treea78f4f820e853bf6373865861d6895ad8071682b /src/mainboard/gigabyte
parentd421c81d728da6ade3760ab6641956f57ccb79d0 (diff)
downloadcoreboot-7f20d73eba22babbc5bf9efd8df8a3e9d3a117c7.tar.xz
Trivial. Fix typo.
sh> find -name "acpi_tables.c" | xargs sed -i "s/FDAT/FADT/g" Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6146 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ma785gmt/acpi_tables.c2
-rw-r--r--src/mainboard/gigabyte/ma78gm/acpi_tables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/acpi_tables.c b/src/mainboard/gigabyte/ma785gmt/acpi_tables.c
index 29b00e5439..85de50bf78 100644
--- a/src/mainboard/gigabyte/ma785gmt/acpi_tables.c
+++ b/src/mainboard/gigabyte/ma785gmt/acpi_tables.c
@@ -233,7 +233,7 @@ unsigned long write_acpi_tables(unsigned long start)
current += sizeof(acpi_facs_t);
acpi_create_facs(facs);
- /* FDAT */
+ /* FADT */
current = ( current + 0x07) & -0x08;
printk(BIOS_DEBUG, "ACPI: * FADT at %lx\n", current);
fadt = (acpi_fadt_t *) current;
diff --git a/src/mainboard/gigabyte/ma78gm/acpi_tables.c b/src/mainboard/gigabyte/ma78gm/acpi_tables.c
index 29b00e5439..85de50bf78 100644
--- a/src/mainboard/gigabyte/ma78gm/acpi_tables.c
+++ b/src/mainboard/gigabyte/ma78gm/acpi_tables.c
@@ -233,7 +233,7 @@ unsigned long write_acpi_tables(unsigned long start)
current += sizeof(acpi_facs_t);
acpi_create_facs(facs);
- /* FDAT */
+ /* FADT */
current = ( current + 0x07) & -0x08;
printk(BIOS_DEBUG, "ACPI: * FADT at %lx\n", current);
fadt = (acpi_fadt_t *) current;