From 20f5e2e758388c36618fc0fae80882813663aeca Mon Sep 17 00:00:00 2001 From: Simon Richard Grint Date: Wed, 1 Mar 2023 21:17:34 +0000 Subject: [PATCH] Remove libgfxinit and allow graphics init to be exclusively done by the linux kernel --- config/coreboot-t440p.config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/coreboot-t440p.config b/config/coreboot-t440p.config index 128125a05..7a8a369e6 100644 --- a/config/coreboot-t440p.config +++ b/config/coreboot-t440p.config @@ -13,6 +13,7 @@ CONFIG_HAVE_MRC=y CONFIG_MRC_FILE="@BLOB_DIR@/haswell/mrc.bin" CONFIG_HAVE_ME_BIN=y CONFIG_HAVE_GBE_BIN=y +CONFIG_NO_GFX_INIT=y CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage" CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"