diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-08-10 17:04:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-08-11 20:32:05 +0200 |
commit | 934693955f30e34885de2540191bccf43fcff894 (patch) | |
tree | f67c81afa4b30a1a0427feb956cdacd93b7baf10 /src | |
parent | f3656d823895c10684057582c4e3da5c83bdb87a (diff) |
intel/fsp1_1: Use new per-region position override
It cooperates better with the file sorting heuristic.
Change-Id: I1c071243720352970dd2c4c2afed12451f91dcaa
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/16141
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-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 30bc0bff5d..3820a5da79 100644 --- a/src/drivers/intel/fsp1_1/Makefile.inc +++ b/src/drivers/intel/fsp1_1/Makefile.inc @@ -57,7 +57,7 @@ cbfs-files-y += fsp.bin fsp.bin-file := $(call strip_quotes,$(CONFIG_FSP_FILE)) fsp.bin-type := fsp fsp.bin-options := --xip -fsp.bin-COREBOOT-cbfstool-opts := -b $(CONFIG_FSP_LOC) +fsp.bin-COREBOOT-position := $(CONFIG_FSP_LOC) endif endif |