mb/supermicro/x11-lga1151: use the new Kconfig to hide GOP
The board does not have any graphics port connected to the SoC. Hence, use the new Kconfig to hide GOP initialization. Change-Id: Ia88e062bea243369da27b94608f89f0808257688 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36349 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
d61a40e291
commit
f7856800b4
|
@ -12,6 +12,7 @@ config BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES
|
||||||
select SUPERIO_ASPEED_AST2400
|
select SUPERIO_ASPEED_AST2400
|
||||||
select GENERATE_SMBIOS_TABLES
|
select GENERATE_SMBIOS_TABLES
|
||||||
select IPMI_KCS
|
select IPMI_KCS
|
||||||
|
select MAINBOARD_NO_FSP_GOP
|
||||||
|
|
||||||
if BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES
|
if BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue