aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-10-08 18:50:16 +0000
committerMyles Watson <mylesgw@gmail.com>2009-10-08 18:50:16 +0000
commite3fcd45a7fa450cc5befdcc8bcfa7d8541f4e81e (patch)
treeb47b7541adf3290d842152929edb4f215c1f9652 /src
parentea1522b016d3740f5b57e682de9d936cacac2406 (diff)
Simplify targets/amd/serengeti_cheetah/Config.lb. There were too many
variables being set incorrectly. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4747 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/config/failovercalculation.lb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/failovercalculation.lb b/src/config/failovercalculation.lb
index 1bd48bb13b..c0b35fe010 100644
--- a/src/config/failovercalculation.lb
+++ b/src/config/failovercalculation.lb
@@ -5,6 +5,7 @@
if CONFIG_USE_FAILOVER_IMAGE
default CONFIG_ROM_SECTION_SIZE = CONFIG_FAILOVER_SIZE
default CONFIG_ROM_SECTION_OFFSET = ( CONFIG_ROM_SIZE - CONFIG_FAILOVER_SIZE )
+ default CONFIG_ROM_IMAGE_SIZE = CONFIG_FAILOVER_SIZE
else
if CONFIG_USE_FALLBACK_IMAGE
default CONFIG_ROM_SECTION_SIZE = CONFIG_FALLBACK_SIZE