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:
parent
a774192e22
commit
a7d8ae3b1d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue