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
This commit is contained in:
Stefan Reinauer 2010-02-22 09:27:26 +00:00 committed by Stefan Reinauer
parent 8a7d34bdc7
commit c834c79216
1 changed files with 1 additions and 1 deletions

View File

@ -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;