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 <leroy.p.leahy@intel.com>
Reviewed-on: http://review.coreboot.org/10871
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Lee Leahy 2015-07-09 16:48:07 -07:00 committed by Leroy P Leahy
parent 5d866213f4
commit 9a8e4f9f94
1 changed files with 1 additions and 1 deletions

View File

@ -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