From 5c765ceff9060d11e7b3b712528ad65ba0149dac Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Thu, 19 Jan 2017 22:43:45 +0100 Subject: configs/builder: Remove pre-defined VGA bios file Removes the pre-defined VGA bios file and id because the build system includes every vgabios. Also make the VGA output primary by default Change-Id: I87d52ef2d1e151c6e54beba64316fe9043668158 Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/18181 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- configs/builder/config.lenovo_t420s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/builder/config.lenovo_t420s') diff --git a/configs/builder/config.lenovo_t420s b/configs/builder/config.lenovo_t420s index c6eff36037df..7593b7a7405d 100644 --- a/configs/builder/config.lenovo_t420s +++ b/configs/builder/config.lenovo_t420s @@ -1,8 +1,6 @@ CONFIG_USE_OPTION_TABLE=y CONFIG_USE_BLOBS=y CONFIG_VENDOR_LENOVO=y -CONFIG_VGA_BIOS=y -CONFIG_VGA_BIOS_FILE="site-local/pci8086,0126.rom" CONFIG_HAVE_IFD_BIN=y CONFIG_HAVE_ME_BIN=y CONFIG_DRIVERS_PS2_KEYBOARD=y @@ -17,3 +15,4 @@ CONFIG_PCIEXP_L1_SUB_STATE=y CONFIG_LPC_TPM=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 CONFIG_PAYLOAD_NONE=y +CONFIG_ONBOARD_VGA_IS_PRIMARY=y -- cgit v1.2.3