diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2017-01-19 22:43:45 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-20 17:37:19 +0100 |
commit | 5c765ceff9060d11e7b3b712528ad65ba0149dac (patch) | |
tree | f9a595c5c849cd655f86a1188dacb0da04978520 /configs/builder/config.lenovo_x220 | |
parent | e8ad3c7b954b81a26073c5a4d529034db993db0e (diff) |
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 <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/18181
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'configs/builder/config.lenovo_x220')
-rw-r--r-- | configs/builder/config.lenovo_x220 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/builder/config.lenovo_x220 b/configs/builder/config.lenovo_x220 index fddd4bc29e..da5a474277 100644 --- a/configs/builder/config.lenovo_x220 +++ b/configs/builder/config.lenovo_x220 @@ -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 |