[coreboot-gerrit] New patch to review for coreboot: 882f526 vendorcode/amd/agesa/f15tn: Remove extraneous bracket

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Tue Nov 18 14:28:26 CET 2014


Damien Zammit (damien at zamaudio.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7515

-gerrit

commit 882f5269acd4cb9b0a50b41096facf0d51bdf2c0
Author: Damien Zammit <damien at zamaudio.com>
Date:   Wed Nov 19 00:26:30 2014 +1100

    vendorcode/amd/agesa/f15tn: Remove extraneous bracket
    
    Found an extra bracket that appears it should not be there.
    
    Change-Id: I66b7967833afd25f12bd4eaaf6419a6ed3ad544b
    Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
 src/vendorcode/amd/agesa/f15tn/Include/OptionMemoryInstall.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vendorcode/amd/agesa/f15tn/Include/OptionMemoryInstall.h b/src/vendorcode/amd/agesa/f15tn/Include/OptionMemoryInstall.h
index f165704..873ed8b 100644
--- a/src/vendorcode/amd/agesa/f15tn/Include/OptionMemoryInstall.h
+++ b/src/vendorcode/amd/agesa/f15tn/Include/OptionMemoryInstall.h
@@ -4633,9 +4633,9 @@ BOOLEAN MemFS3DefConstructorRet (
   *---------------------------------------------------------------------------------------------------
   */
   #if (OPTION_LRDIMMS == TRUE)
-    #if ((OPTION_MEMCTLR_OR == TRUE)
+    #if (OPTION_MEMCTLR_OR == TRUE)
       #define MEM_TECH_FEATURE_LRDIMM_INIT  &MemTLrdimmConstructor3
-    #else //#if ((OPTION_MEMCTLR_OR == FALSE)
+    #else //#if (OPTION_MEMCTLR_OR == FALSE)
       #define MEM_TECH_FEATURE_LRDIMM_INIT    MemTFeatDef
     #endif
   #else //#if (OPTION_LRDIMMS == FALSE)



More information about the coreboot-gerrit mailing list