diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-01-06 09:07:49 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-08 08:28:16 +0000 |
commit | c3c8bed057449177955d1465f0dedd5c9f8a1597 (patch) | |
tree | 5f7c588db29ec9cd14cf83e6f6cc6a41994a3af7 /src/mainboard/clevo | |
parent | dd85c82962be492f85dc26b458128fff4ea93dd3 (diff) |
mb/clevo/cml-u: Drop VGA_BIOS_FILE from Kconfig
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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49138
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo')
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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" |