diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-26 21:41:06 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-26 21:41:06 +0000 |
commit | 123a684ce6341e870fc1a73101e23b000c45b479 (patch) | |
tree | 4de14d08c253906f9c4a272ea9510884c24fc738 /src/mainboard/iei | |
parent | afccdc0c56f372869fe476eacc8443263e9897a7 (diff) |
Fix iei/pcisa-lx-800-r10. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4865 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei')
-rw-r--r-- | src/mainboard/iei/pcisa-lx-800-r10/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb index b3a6195c32..6ff46bfba7 100644 --- a/src/mainboard/iei/pcisa-lx-800-r10/Options.lb +++ b/src/mainboard/iei/pcisa-lx-800-r10/Options.lb @@ -81,7 +81,7 @@ default CONFIG_GENERATE_PIRQ_TABLE = 1 default CONFIG_IRQ_SLOT_COUNT = 9 default CONFIG_PIRQ_ROUTE = 1 default CONFIG_HAVE_OPTION_TABLE = 0 -default CONFIG_ROM_IMAGE_SIZE = 64 * 1024 +default CONFIG_ROM_IMAGE_SIZE = 32 * 1024 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE default CONFIG_USE_DCACHE_RAM = 1 default CONFIG_DCACHE_RAM_BASE = 0xc8000 |