[coreboot-gerrit] Patch set updated for coreboot: drivers/intel/fsp1_1: Include rules.h in util.h

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Nov 21 02:09:20 CET 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12495

-gerrit

commit 69c2130891be534ae58b5c80719457cc795711d6
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Nov 19 17:12:30 2015 -0800

    drivers/intel/fsp1_1: Include rules.h in util.h
    
    util.h uses ENV_* and hence needs to have rules.h
    
    This is required for successful compilation of strago.
    
    Change-Id: I0df35e90e2010aac43ef0a4d900f20c842d3bcb5
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/drivers/intel/fsp1_1/include/fsp/util.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/intel/fsp1_1/include/fsp/util.h b/src/drivers/intel/fsp1_1/include/fsp/util.h
index 49a7798..5595e73 100644
--- a/src/drivers/intel/fsp1_1/include/fsp/util.h
+++ b/src/drivers/intel/fsp1_1/include/fsp/util.h
@@ -17,6 +17,7 @@
 #ifndef FSP1_1_UTIL_H
 #define FSP1_1_UTIL_H
 
+#include <rules.h>
 #include <fsp/api.h>
 /* Current users expect to get the SoC's FSP definitions by including util.h. */
 #include <fsp/soc_binding.h>



More information about the coreboot-gerrit mailing list