[coreboot] New patch to review for coreboot: 4db6650 Fix typo on PennStation #if CONFIG_HAVE_ACPI_RESUME

Marc Jones (marcj303@gmail.com) gerrit at coreboot.org
Fri May 25 20:23:57 CEST 2012


Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1054

-gerrit

commit 4db66508c3410cce30f80af03cd82d5a4960a83b
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Fri May 25 12:20:10 2012 -0600

    Fix typo on PennStation #if CONFIG_HAVE_ACPI_RESUME
    
    Stupid typo: APCI instead of ACPI in PennStation.
    
    Change-Id: I6fd7f091cf1f5c4c0e1b57c21553dab93b545eab
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
---
 src/mainboard/amd/persimmon/agesawrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/amd/persimmon/agesawrapper.c b/src/mainboard/amd/persimmon/agesawrapper.c
index 195ff54..779e198 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 */




More information about the coreboot mailing list