diff options
-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 397bad89b2..30bc0bff5d 100644 --- a/src/drivers/intel/fsp1_1/Makefile.inc +++ b/src/drivers/intel/fsp1_1/Makefile.inc @@ -55,9 +55,9 @@ vbt.bin-type := optionrom 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 := fsp fsp.bin-options := --xip +fsp.bin-COREBOOT-cbfstool-opts := -b $(CONFIG_FSP_LOC) endif endif |