[coreboot] [v2] r4402 - trunk/coreboot-v2/src/mainboard/mitac/6513wu

svn at coreboot.org svn at coreboot.org
Mon Jul 6 18:05:54 CEST 2009


Author: uwe
Date: 2009-07-06 18:05:54 +0200 (Mon, 06 Jul 2009)
New Revision: 4402

Modified:
   trunk/coreboot-v2/src/mainboard/mitac/6513wu/Options.lb
Log:
Enable onboard-VGA on the Mitac 6513WU board.

Signed-off-by: Michael Gold <mgold at ncf.ca>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/src/mainboard/mitac/6513wu/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/mitac/6513wu/Options.lb	2009-07-05 19:29:39 UTC (rev 4401)
+++ trunk/coreboot-v2/src/mainboard/mitac/6513wu/Options.lb	2009-07-06 16:05:54 UTC (rev 4402)
@@ -57,6 +57,7 @@
 uses CONFIG_USE_FALLBACK_IMAGE
 uses CONFIG_USE_INIT
 uses CONFIG_USE_OPTION_TABLE
+uses CONFIG_VIDEO_MB
 uses CONFIG_XIP_ROM_BASE
 uses CONFIG_XIP_ROM_SIZE
 uses COREBOOT_EXTRA_VERSION
@@ -106,5 +107,6 @@
 # Enable onboard video
 default CONFIG_CONSOLE_VGA = 1
 default CONFIG_PCI_ROM_RUN = 1
+default CONFIG_VIDEO_MB = 1
 
 end





More information about the coreboot mailing list