diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-21 15:17:19 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-09-27 15:50:37 +0000 |
commit | d1c9644158bdd1e49aa6c13314faed3fb2f8168b (patch) | |
tree | 4b9dbeff2410492a1753b5927311770395224c7a /src | |
parent | 08e9a4f812bb8d55bae2f4bf148eaa67c39d5ba1 (diff) |
soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` default
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/baytrail/Kconfig | 5 |
1 files changed, 0 insertions, 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 |