From 967f486b0ce9f051b0616cd3007f0ec05fe88227 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 10 Aug 2016 17:04:43 +0200 Subject: [PATCH] UPSTREAM: intel/fsp1_1: Use new per-region position override It cooperates better with the file sorting heuristic. BUG=None BRANCH=None TEST=None Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/16141 Reviewed-by: Aaron Durbin Change-Id: I1c071243720352970dd2c4c2afed12451f91dcaa Reviewed-on: https://chromium-review.googlesource.com/369141 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/drivers/intel/fsp1_1/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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