diff options
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp/Makefile.inc b/src/drivers/intel/fsp/Makefile.inc index 7e79c08c20..71d676d759 100644 --- a/src/drivers/intel/fsp/Makefile.inc +++ b/src/drivers/intel/fsp/Makefile.inc @@ -33,7 +33,7 @@ ifeq ($(CONFIG_HAVE_FSP_BIN),y) cbfs-files-y += fsp.bin fsp.bin-file := $(call strip_quotes,$(CONFIG_FSP_FILE)) fsp.bin-position := $(CONFIG_FSP_LOC) -fsp.bin-type := 0xab +fsp.bin-type := fsp endif ifeq ($(CONFIG_ENABLE_MRC_CACHE),y) @@ -45,5 +45,5 @@ $(obj)/mrc.cache: cbfs-files-y += mrc.cache mrc.cache-file := $(obj)/mrc.cache mrc.cache-position := $(CONFIG_MRC_CACHE_LOC) -mrc.cache-type := 0xac +mrc.cache-type := mrc_cache endif |