From 872e74dda256e0a81644b8e7f06110e0e1652ceb Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 25 May 2012 12:20:10 -0600 Subject: Fix typo on Persimmon #if CONFIG_HAVE_ACPI_RESUME Stupid typo: APCI instead of ACPI in Persimmon. Change-Id: I6fd7f091cf1f5c4c0e1b57c21553dab93b545eab Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/1054 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/mainboard/amd/persimmon/agesawrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/persimmon/agesawrapper.c b/src/mainboard/amd/persimmon/agesawrapper.c index 195ff54f3b..779e198d2e 100644 --- a/src/mainboard/amd/persimmon/agesawrapper.c +++ b/src/mainboard/amd/persimmon/agesawrapper.c @@ -253,7 +253,7 @@ UINT32 GetHeapBase( { UINT32 heap; -#if CONFIG_HAVE_APCI_RESUME +#if CONFIG_HAVE_ACPI_RESUME /* Both romstage and ramstage has this S3 detect. */ if (acpi_get_sleep_type() == 3) heap = (UINT32)cbmem_find(CBMEM_ID_RESUME_SCRATCH) + (CONFIG_HIGH_SCRATCH_MEMORY_SIZE - BIOS_HEAP_SIZE); /* himem_heap_base + high_stack_size */ -- cgit v1.2.3