From d5f9f0024d4de97401871069eb462f53896d5269 Mon Sep 17 00:00:00 2001 From: Arnaud Maye Date: Fri, 28 Aug 2009 10:17:03 +0000 Subject: 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 Acked-by: Cristi Magherusan Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4605 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/intel/truxton/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3