Hello build bot (Jenkins), Wonkyu Kim, Sridhar Siricilla, Subrata Banik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39922
to look at the new patch set (#3).
Change subject: soc/intel/common/block: Add missing include ......................................................................
soc/intel/common/block: Add missing include
Include types.h in src/soc/intel/common/block/include/intelblocks/cse.h to use type bool.
Without this, there can be a build error like below,
src/soc/intel/common/block/include/intelblocks/cse.h:208:1: error: unknown type name 'bool'; did you mean '_Bool'? bool cse_is_hfs1_com_soft_temp_disable(void); ^~~~ _Bool src/soc/intel/common/block/include/intelblocks/cse.h:214:1: error: unknown type name 'bool'; did you mean '_Bool'? bool cse_is_hfs3_fw_sku_custom(void);
Signed-off-by: Rizwan Qureshi rizwan.qureshi@intel.com Change-Id: I92ee533bca7dc255f7a341b2a68bbc09900996a1 --- M src/soc/intel/common/block/include/intelblocks/cse.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/39922/3