diff options
author | Arnaud Maye <arnaud.maye@4dsp.com> | 2009-08-28 10:17:03 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-28 10:17:03 +0000 |
commit | d5f9f0024d4de97401871069eb462f53896d5269 (patch) | |
tree | 936cc55a0c040e2287d89e44e18833a447cc07ce /targets/intel | |
parent | fa1eddac43349a71ec049344835274f8b615ffa8 (diff) |
Fix broken compilation. As CBFS is now enabled by default,
CONFIG_FALLBACK_SIZE should be equal to CONFIG_ROM_IMAGE_SIZE and not
CONFIG_ROM_SIZE
Signed-off-by: Arnaud Maye <arnaud.maye@4dsp.com>
Acked-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4605 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/intel')
-rw-r--r-- | targets/intel/truxton/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/intel/truxton/Config.lb b/targets/intel/truxton/Config.lb index 669c1c00cc..08c4f73b93 100644 --- a/targets/intel/truxton/Config.lb +++ b/targets/intel/truxton/Config.lb @@ -30,7 +30,7 @@ option CONFIG_ROM_IMAGE_SIZE = 128 * 1024 ## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image ## (including payload) will use -option CONFIG_FALLBACK_SIZE = CONFIG_ROM_SIZE +option CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE romimage "fallback" option CONFIG_USE_FALLBACK_IMAGE=1 |