[coreboot-gerrit] Patch set updated for coreboot: driver/fsp2_0: Include stdint header file in api.h

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Thu Sep 8 16:13:22 CEST 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16538

-gerrit

commit 4d3901d7f57b7650d18368c504ecbe94404b176f
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Thu Sep 8 13:25:30 2016 +0530

    driver/fsp2_0: Include stdint header file in api.h
    
    'bool' type is reported undefined due to missing stdint.h inclusion,
    Fix it by including the same.
    
    Change-Id: Ib09c121471bd8c490442330a478145a7d1d8855f
    Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
 src/drivers/intel/fsp2_0/include/fsp/api.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/intel/fsp2_0/include/fsp/api.h b/src/drivers/intel/fsp2_0/include/fsp/api.h
index b0436e8..553fc52 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/api.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/api.h
@@ -14,6 +14,7 @@
 #define _FSP2_0_API_H_
 
 #include <stddef.h>
+#include <stdint.h>
 #include <fsp/soc_binding.h>
 
 #define FSP_SUCCESS	EFI_SUCCESS



More information about the coreboot-gerrit mailing list