From 9a8e4f9f94b4ca6a3ba86394945b3fbb6e628eb4 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 9 Jul 2015 16:48:07 -0700 Subject: FSP 1.1: Update the CBFS image type Update Makefile.inc to use the simplified CBFS image type. BRANCH=none BUG=None TEST=Build and run on cyan Change-Id: Ibb8413ab90b147e9d26d32639a8822c57ca54a46 Signed-off-by: Lee Leahy Reviewed-on: http://review.coreboot.org/10871 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/drivers/intel/fsp1_1/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/fsp1_1') diff --git a/src/drivers/intel/fsp1_1/Makefile.inc b/src/drivers/intel/fsp1_1/Makefile.inc index 9bb3fc4842..6c0b280aad 100644 --- a/src/drivers/intel/fsp1_1/Makefile.inc +++ b/src/drivers/intel/fsp1_1/Makefile.inc @@ -59,5 +59,5 @@ $(obj)/mrc.cache: cbfs-files-y += mrc.cache mrc.cache-file := $(call strip_quotes,$(CONFIG_MRC_CACHE_FILE)) mrc.cache-position := $(CONFIG_MRC_CACHE_LOC) -mrc.cache-type := CBFS_TYPE_MRC_CACHE +mrc.cache-type := mrc_cache endif -- cgit v1.2.3