[coreboot-gerrit] New patch to review for coreboot: vendorcode/amd/agesa: Fix build error with GCC 4.9

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed Mar 8 09:08:28 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18666

-gerrit

commit 304914e3807532bb6ca3c3d86742be8f1a66c34c
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Aug 23 08:06:51 2016 +0200

    vendorcode/amd/agesa: Fix build error with GCC 4.9
    
    Change-Id: If4962bad274138e3ce65acb1dfaa4f49699cf0de
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h b/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h
index f97caa9..90653ca 100644
--- a/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h
+++ b/src/vendorcode/amd/agesa/f14/Include/OptionMemoryInstall.h
@@ -3929,7 +3929,7 @@ BOOLEAN MemFS3DefConstructorRet (
       0
     };
     MEM_FEAT_TRAIN_SEQ memTrainSequenceDDR3[] = {
-      0
+      {0}
     };
   #endif
     /*---------------------------------------------------------------------------------------------------



More information about the coreboot-gerrit mailing list