[coreboot] [commit] r4992 - trunk/src/mainboard/technexion/tim5690

svn at coreboot.org svn at coreboot.org
Wed Dec 23 23:16:18 CET 2009


Author: mjones
Date: 2009-12-23 23:16:18 +0100 (Wed, 23 Dec 2009)
New Revision: 4992

Modified:
   trunk/src/mainboard/technexion/tim5690/Options.lb
Log:
Fix technexion tim5690 build failure - REALMODE option required for x86.c mainboard function to be built.

Signed-off-by: Marc Jones <marcj303 at gmail.com>
Acked-by: Marc Jones <marcj303 at gmail.com>



Modified: trunk/src/mainboard/technexion/tim5690/Options.lb
===================================================================
--- trunk/src/mainboard/technexion/tim5690/Options.lb	2009-12-23 19:46:36 UTC (rev 4991)
+++ trunk/src/mainboard/technexion/tim5690/Options.lb	2009-12-23 22:16:18 UTC (rev 4992)
@@ -73,6 +73,7 @@
 uses CONFIG_OBJCOPY
 uses CONFIG_CONSOLE_VGA
 uses CONFIG_PCI_ROM_RUN
+uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
 uses CONFIG_HW_MEM_HOLE_SIZEK
 uses CONFIG_HT_CHAIN_UNITID_BASE
 uses CONFIG_HT_CHAIN_END_UNITID_BASE
@@ -159,6 +160,7 @@
 #VGA Console
 default CONFIG_CONSOLE_VGA=1
 default CONFIG_PCI_ROM_RUN=1
+default CONFIG_PCI_OPTION_ROM_RUN_REALMODE=1
 default CONFIG_VGA_ROM_RUN=1
 
 # BTDC: Only one HT device on Herring.





More information about the coreboot mailing list