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:
parent
8a7d34bdc7
commit
c834c79216
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue