Author: oxygene Date: 2009-08-28 12:17:03 +0200 (Fri, 28 Aug 2009) New Revision: 4605
Modified: trunk/coreboot-v2/targets/intel/truxton/Config.lb Log: 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
Modified: trunk/coreboot-v2/targets/intel/truxton/Config.lb =================================================================== --- trunk/coreboot-v2/targets/intel/truxton/Config.lb 2009-08-27 22:41:56 UTC (rev 4604) +++ trunk/coreboot-v2/targets/intel/truxton/Config.lb 2009-08-28 10:17:03 UTC (rev 4605) @@ -30,7 +30,7 @@
## 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