From 229d427c12f99173c75a11699b4fa619254f4594 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 7 Jan 2016 15:33:38 -0700 Subject: fsp1_1: Remove #if protection in header - It's not needed There's nothing in these files that needs to be hidden if GOP support is disabled. Removing this allows skylake to build when GOP support is turned off. Change-Id: I2a4f47cd435f48668311719f388b502ae77eca99 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12859 Tested-by: build bot (Jenkins) Reviewed-by: York Yang Reviewed-by: Werner Zeh --- src/drivers/intel/fsp1_1/include/fsp/gop.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/drivers/intel/fsp1_1') diff --git a/src/drivers/intel/fsp1_1/include/fsp/gop.h b/src/drivers/intel/fsp1_1/include/fsp/gop.h index 8277a23a30..29d6a6cf7e 100644 --- a/src/drivers/intel/fsp1_1/include/fsp/gop.h +++ b/src/drivers/intel/fsp1_1/include/fsp/gop.h @@ -16,12 +16,8 @@ #ifndef _FSP1_1_GOP_H_ #define _FSP1_1_GOP_H_ -/* GOP support */ -#if IS_ENABLED(CONFIG_GOP_SUPPORT) - #include const optionrom_vbt_t *fsp_get_vbt(uint32_t *vbt_len); -#endif /* CONFIG_GOP_SUPPORT */ #endif /* _FSP_GOP_H_ */ -- cgit v1.2.3