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@gmail.com>
Acked-by: Corey Osgood <corey.osgood@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3667 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Corey Osgood 2008-10-17 14:17:05 +00:00
parent 400224e71a
commit 71a2fbf9d5
1 changed files with 3 additions and 3 deletions

View File

@ -83,14 +83,14 @@ default HAVE_HARD_RESET = 0
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 = ""