From f7856800b46ad44db093e19d1534c26b427ab41c Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Sat, 26 Oct 2019 10:41:23 +0200 Subject: mb/supermicro/x11-lga1151: use the new Kconfig to hide GOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36349 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/supermicro/x11-lga1151-series/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig index 329cfd9746..da8038ba5c 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig +++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig @@ -12,6 +12,7 @@ config BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES select SUPERIO_ASPEED_AST2400 select GENERATE_SMBIOS_TABLES select IPMI_KCS + select MAINBOARD_NO_FSP_GOP if BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES -- cgit v1.2.3