diff options
author | Martin Roth <martinroth@google.com> | 2016-01-07 15:33:38 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-10 23:38:23 +0100 |
commit | 229d427c12f99173c75a11699b4fa619254f4594 (patch) | |
tree | a8acec94cd35def259a1923d97e64eee8f8b2505 /src/drivers | |
parent | 7c6c4df68cf6dd7e79851595491f3f45e4ea611f (diff) |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12859
Tested-by: build bot (Jenkins)
Reviewed-by: York Yang <york.yang@intel.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/fsp1_1/include/fsp/gop.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <fsp/gma.h> const optionrom_vbt_t *fsp_get_vbt(uint32_t *vbt_len); -#endif /* CONFIG_GOP_SUPPORT */ #endif /* _FSP_GOP_H_ */ |