[coreboot] r3667 - trunk/coreboot-v2/src/mainboard/jetway/j7f24

svn at coreboot.org svn at coreboot.org
Fri Oct 17 16:17:05 CEST 2008


Author: cozzie
Date: 2008-10-17 16:17:05 +0200 (Fri, 17 Oct 2008)
New Revision: 3667

Modified:
   trunk/coreboot-v2/src/mainboard/jetway/j7f24/Options.lb
Log:
One more little fix for the Jetway J7F[24], option tables can only be 
built in the normal image, not fallback.

Signed-off-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: trunk/coreboot-v2/src/mainboard/jetway/j7f24/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/jetway/j7f24/Options.lb	2008-10-17 02:47:20 UTC (rev 3666)
+++ trunk/coreboot-v2/src/mainboard/jetway/j7f24/Options.lb	2008-10-17 14:17:05 UTC (rev 3667)
@@ -83,14 +83,14 @@
 default HAVE_PIRQ_TABLE = 1
 default IRQ_SLOT_COUNT = 10
 default HAVE_ACPI_TABLES = 0
-default HAVE_OPTION_TABLE = 1
+default HAVE_OPTION_TABLE = 0
 default ROM_IMAGE_SIZE = 64 * 1024
 default FALLBACK_SIZE = ROM_SIZE
 default USE_FALLBACK_IMAGE = 1
 default STACK_SIZE = 8 * 1024
 default HEAP_SIZE = 16 * 1024
-#default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
-default USE_OPTION_TABLE = 0
+default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE
+#default USE_OPTION_TABLE = 0
 default _RAMBASE = 0x00004000
 default CONFIG_ROM_PAYLOAD = 1
 default CROSS_COMPILE = ""





More information about the coreboot mailing list