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>
This commit is contained in:
Patrick Georgi 2016-08-10 17:04:43 +02:00 committed by Patrick Georgi
parent f3656d8238
commit 934693955f

View File

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