Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49138 )
Change subject: mb/clevo/cml-u: Drop VGA_BIOS_FILE from Kconfig ......................................................................
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 either and is chosen by the user. So remove it.
Change-Id: I3eed05637da29096bc1d134505d7335db5db1439 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/clevo/cml-u/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/49138/1
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index f8bf1ba..5653fb4 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -66,10 +66,6 @@ int default 512
-config VGA_BIOS_FILE - string - default "pci8086,9b41.rom" - config VGA_BIOS_ID string default "8086,9b41"