diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2008-10-17 14:17:05 +0000 |
---|---|---|
committer | Corey Osgood <corey.osgood@gmail.com> | 2008-10-17 14:17:05 +0000 |
commit | 71a2fbf9d531a3e97660e60d384c1ed15191f54f (patch) | |
tree | b9ef7b18dfc0d877c48836d410619aa5a9b2fcbb /src/mainboard/jetway/j7f24 | |
parent | 400224e71ae6b2ab2b7fb1e7a0716ad4e9915871 (diff) |
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
Diffstat (limited to 'src/mainboard/jetway/j7f24')
-rw-r--r-- | src/mainboard/jetway/j7f24/Options.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/jetway/j7f24/Options.lb b/src/mainboard/jetway/j7f24/Options.lb index 7d392c4b84..1fb8f42f8f 100644 --- a/src/mainboard/jetway/j7f24/Options.lb +++ b/src/mainboard/jetway/j7f24/Options.lb @@ -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 = "" |