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>
This commit is contained in:
parent
7c6c4df68c
commit
229d427c12
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue