summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/eagleheights/fadt.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-02-22 09:27:26 +0000
committerStefan Reinauer <stepan@openbios.org>2010-02-22 09:27:26 +0000
commitc834c79216c51e50ad5aeef8a925b9454e136597 (patch)
treef0e8d8edcefbcb82383eed5870efb5dcefac3460 /src/mainboard/intel/eagleheights/fadt.c
parent8a7d34bdc7f681e0a6f8ec2413976a926a8bfcf1 (diff)
downloadcoreboot-c834c79216c51e50ad5aeef8a925b9454e136597.tar.xz
CONFIG_ was missing.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5139 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/eagleheights/fadt.c')
-rw-r--r--src/mainboard/intel/eagleheights/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/eagleheights/fadt.c b/src/mainboard/intel/eagleheights/fadt.c
index 3e75c5b529..60b6c6b148 100644
--- a/src/mainboard/intel/eagleheights/fadt.c
+++ b/src/mainboard/intel/eagleheights/fadt.c
@@ -66,7 +66,7 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
fadt->dsdt = (unsigned long) dsdt;
fadt->preferred_pm_profile = 7; /* Performance Server */
fadt->sci_int = 0x9;
-#if HAVE_SMI_HANDLER == 1
+#if CONFIG_HAVE_SMI_HANDLER == 1
fadt->smi_cmd = 0xb2;
#else
fadt->smi_cmd = 0x00;