From a7d8ae3b1d91f3f77496b065a7d5158893c4dd28 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 6 Jun 2009 12:19:59 +0000 Subject: 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 Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4347 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/iwill/dk8_htx/Options.lb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/iwill') 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 -- cgit v1.2.3