[coreboot-gerrit] New patch to review for coreboot: northbridge/amd/agesa/agesawrapper.c: Fix Kconfig symbols

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Nov 27 19:36:07 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12559

-gerrit

commit 76f8ea6b5fc41e378f8e076c2b167e17339ed606
Author: Martin Roth <martinroth at google.com>
Date:   Fri Nov 27 11:35:54 2015 -0700

    northbridge/amd/agesa/agesawrapper.c: Fix Kconfig symbols
    
    The Kconfig symbols were missing an underscore, so were not getting
    evaluated properly.
    
    Change-Id: I619cf3f44f44f9c9699482d64164d3db28cd4c8f
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/northbridge/amd/agesa/agesawrapper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/northbridge/amd/agesa/agesawrapper.c b/src/northbridge/amd/agesa/agesawrapper.c
index f938e61..a72e239 100644
--- a/src/northbridge/amd/agesa/agesawrapper.c
+++ b/src/northbridge/amd/agesa/agesawrapper.c
@@ -282,8 +282,8 @@ AGESA_STATUS agesawrapper_amdinitlate(void)
 	AmdParamStruct.StdHeader.Func = 0;
 	AmdParamStruct.StdHeader.ImageBasePtr = 0;
 
-#if IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY15TN) || IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY15RL) || \
-	IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY16KB)
+#if IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) || IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY15_RL) || \
+	IS_ENABLED(CONFIG_CPU_AMD_AGESA_FAMILY16_KB)
 	AmdParamStruct.StdHeader.HeapStatus = HEAP_SYSTEM_MEM;
 #endif
 



More information about the coreboot-gerrit mailing list