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
This commit is contained in:
Patrick Georgi 2009-06-06 12:19:59 +00:00
parent a774192e22
commit a7d8ae3b1d
1 changed files with 4 additions and 4 deletions

View File

@ -108,10 +108,10 @@ default ROM_SIZE=524288
#default FALLBACK_SIZE=131072 #default FALLBACK_SIZE=131072
#default FALLBACK_SIZE=0x40000 #default FALLBACK_SIZE=0x40000
#FALLBACK: 256K-4K #FALLBACK: 256K-8K
default FALLBACK_SIZE=0x3f000 default FALLBACK_SIZE=0x3e000
#FAILOVER: 4K #FAILOVER: 8K
default FAILOVER_SIZE=0x01000 default FAILOVER_SIZE=0x02000
#more 1M for pgtbl #more 1M for pgtbl
default CONFIG_LB_MEM_TOPK=2048 default CONFIG_LB_MEM_TOPK=2048