intel/fsp1_1: Disable GOP support by default
Since the GOP drivers aren't published in the 3rdparty blobs repo yet, disable the GOP support for now so that abuild can build these platforms. Change-Id: Ic98671c163b433ebde89c8bf240ef4b2be393586 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12829 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
6dc53b485a
commit
d59d1b61da
|
@ -105,7 +105,7 @@ config FSP_USES_UPD
|
|||
|
||||
config GOP_SUPPORT
|
||||
bool "Enable GOP support"
|
||||
default y
|
||||
default n
|
||||
|
||||
config ROMSTAGE_RAM_STACK_SIZE
|
||||
hex "Size of the romstage RAM stack in bytes"
|
||||
|
|
Loading…
Reference in New Issue