aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/include/fsp/info_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp2_0/include/fsp/info_header.h')
-rw-r--r--src/drivers/intel/fsp2_0/include/fsp/info_header.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp2_0/include/fsp/info_header.h b/src/drivers/intel/fsp2_0/include/fsp/info_header.h
index e0659243ba..3e86b29c8d 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/info_header.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/info_header.h
@@ -44,7 +44,6 @@ struct fsp_header {
enum cb_err fsp_identify(struct fsp_header *hdr, const void *fsp_blob);
-#if ENV_RAMSTAGE
/*
* This is a FSP_INFO_HEADER that came from fsps.bin blob. It contains
* both SiliconInit and Notify APIs. When SiliconInit is loaded the
@@ -52,6 +51,5 @@ enum cb_err fsp_identify(struct fsp_header *hdr, const void *fsp_blob);
* header parsing again.
*/
extern struct fsp_header fsps_hdr;
-#endif
#endif /* _FSP2_0_INFO_HEADER_H_ */