Strip quotes from Sandybridge MRC blob
This fixes my build when specifying an absolute path to the binary. Change-Id: I95fb3960be70f78146c6afeb9cc777dccdca6b5b Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/987 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
7a3f36a228
commit
cafedcf5c8
|
@ -33,7 +33,7 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
|
|||
|
||||
# We don't ship that, but booting without it is bound to fail
|
||||
cbfs-files-$(CONFIG_HAVE_MRC) += mrc.bin
|
||||
mrc.bin-file := $(CONFIG_MRC_FILE)
|
||||
mrc.bin-file := $(call strip_quotes,$(CONFIG_MRC_FILE))
|
||||
ifeq ($(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE),y)
|
||||
mrc.bin-position := 0xfffa0000
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue