[coreboot-gerrit] New patch to review for coreboot: 5ee717f drivers/intel/fsp/fsp_util.c: Probably breaks things

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Dec 7 17:48:31 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7694

-gerrit

commit 5ee717f4b272717413f962541145ea3790d414f0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Dec 8 03:47:20 2014 +1100

    drivers/intel/fsp/fsp_util.c: Probably breaks things
    
    NOTFORMERGE: test clang to zero warn day??
    
    Change-Id: I06e71876c3a3a15101013623797c2ebbf449756d
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/drivers/intel/fsp/fsp_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/intel/fsp/fsp_util.c b/src/drivers/intel/fsp/fsp_util.c
index e15c82e..3e3f727 100644
--- a/src/drivers/intel/fsp/fsp_util.c
+++ b/src/drivers/intel/fsp/fsp_util.c
@@ -103,7 +103,7 @@ void __attribute__ ((noreturn)) fsp_early_init (FSP_INFO_HEADER *fsp_ptr)
 }
 #endif	/* __PRE_RAM__ */
 
-volatile u8 * __attribute__((optimize("O0"))) find_fsp ()
+volatile u8 * find_fsp ()
 {
 
 #ifdef __PRE_RAM__



More information about the coreboot-gerrit mailing list