diff options
author | Martin Roth <martinroth@google.com> | 2016-01-05 19:30:37 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-26 04:43:22 +0100 |
commit | 345f2b7d6bb0d67d9836a687041d9dbf4af755a3 (patch) | |
tree | 8afecde30612e7849d93823ae31856df761cc370 /src/mainboard/gigabyte | |
parent | 2950cd2de173f8a4f0ffac32823b23774dac4db5 (diff) |
ga-g41m-es2l: Instead of forcing native VGA, make it selectable
This allows the native VGA to be disabled for debug, or if someone wants
to use the vbios.
Change-Id: I59a94fa0d02bfe254c8a598e15d3d9d73ecfe650
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12848
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 1892b372e8..cf1077bba5 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_1024 select INTEL_EDID select MAINBOARD_HAS_NATIVE_VGA_INIT - select MAINBOARD_DO_NATIVE_VGA_INIT config MMCONF_BASE_ADDRESS hex |