diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2015-07-09 16:48:07 -0700 |
---|---|---|
committer | Leroy P Leahy <leroy.p.leahy@intel.com> | 2015-07-10 02:11:27 +0200 |
commit | 9a8e4f9f94b4ca6a3ba86394945b3fbb6e628eb4 (patch) | |
tree | 630dd157eb18c59a4a38f2f3de1fae2d5682ba13 /src/drivers/intel/fsp1_1 | |
parent | 5d866213f42fd22aed80abb5a91d74f6d485ac3f (diff) |
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)
Diffstat (limited to 'src/drivers/intel/fsp1_1')
-rw-r--r-- | src/drivers/intel/fsp1_1/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |