From d1c9644158bdd1e49aa6c13314faed3fb2f8168b Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 21 May 2021 15:17:19 +0200 Subject: [PATCH] soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file does not exist in the coreboot tree. One should place this file in the `site-local` subdirectory and specify the paths by means of `site-local/Kconfig`. Change-Id: I86ac2a6176947f12194bec6b63bedd7db79820a0 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54761 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/soc/intel/baytrail/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig index 305e5b7c20..e5c003af08 100644 --- a/src/soc/intel/baytrail/Kconfig +++ b/src/soc/intel/baytrail/Kconfig @@ -155,9 +155,4 @@ config VGA_BIOS_ID depends on VGA_BIOS default "8086,0f31" -config VGA_BIOS_FILE - string - depends on VGA_BIOS - default "pci8086,0f31.rom" - endif