[coreboot-gerrit] New patch to review for coreboot: gigabyte/ga-g41m-es2l: default MAINBOARD_DO_NATIVE_VGA_INIT to y

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jan 27 18:31:42 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13491

-gerrit

commit 43751e98e4a61159f614ce1038a74fb936501ca8
Author: Martin Roth <martinroth at google.com>
Date:   Wed Jan 27 10:31:32 2016 -0700

    gigabyte/ga-g41m-es2l: default MAINBOARD_DO_NATIVE_VGA_INIT to y
    
    The select of MAINBOARD_DO_NATIVE_VGA_INIT was removed in
    commit 345f2b7d (ga-g41m-es2l: Instead of forcing native VGA, make it
    selectable).
    
    We still want it to be enabled by default, we just want to allow the
    user to turn it off if they choose.
    
    Change-Id: Ia72189c21b9c412b093c36100bd324518849ccdb
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index cf1077b..c812ede 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -27,6 +27,9 @@ config BOARD_SPECIFIC_OPTIONS
 	select INTEL_EDID
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 
+config MAINBOARD_DO_NATIVE_VGA_INIT
+	def_bool y
+
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xc0000000



More information about the coreboot-gerrit mailing list