From c3c8bed057449177955d1465f0dedd5c9f8a1597 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Wed, 6 Jan 2021 09:07:49 +0100 Subject: mb/clevo/cml-u: Drop VGA_BIOS_FILE from Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't make sense to configure that filename in Kconfig, since the filename can be changed by the user. So remove it. Change-Id: I3eed05637da29096bc1d134505d7335db5db1439 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/49138 Reviewed-by: Michael Niewöhner Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/clevo/cml-u/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/clevo/cml-u') diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index f8bf1bac40..5653fb4365 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -66,10 +66,6 @@ config DIMM_SPD_SIZE int default 512 -config VGA_BIOS_FILE - string - default "pci8086,9b41.rom" - config VGA_BIOS_ID string default "8086,9b41" -- cgit v1.2.3