diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-06-06 12:19:59 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-06-06 12:19:59 +0000 |
commit | a7d8ae3b1d91f3f77496b065a7d5158893c4dd28 (patch) | |
tree | 24fa8c30e6a0ba8c2c7a4c1e18213e6184940a76 /src/mainboard/iwill | |
parent | a774192e22433938d527764531d81a37f985a8f2 (diff) |
Make failover larger and decrease fallback's size so the total stays the
same. The errata need some extra room in failover.
Trivial and abuild tested
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4347 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iwill')
-rw-r--r-- | src/mainboard/iwill/dk8_htx/Options.lb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/iwill/dk8_htx/Options.lb b/src/mainboard/iwill/dk8_htx/Options.lb index 2e235d9c17..305d8026bc 100644 --- a/src/mainboard/iwill/dk8_htx/Options.lb +++ b/src/mainboard/iwill/dk8_htx/Options.lb @@ -108,10 +108,10 @@ default ROM_SIZE=524288 #default FALLBACK_SIZE=131072 #default FALLBACK_SIZE=0x40000 -#FALLBACK: 256K-4K -default FALLBACK_SIZE=0x3f000 -#FAILOVER: 4K -default FAILOVER_SIZE=0x01000 +#FALLBACK: 256K-8K +default FALLBACK_SIZE=0x3e000 +#FAILOVER: 8K +default FAILOVER_SIZE=0x02000 #more 1M for pgtbl default CONFIG_LB_MEM_TOPK=2048 |