From cafedcf5c8161f0d427293ecacbf3a9e918e41f3 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 May 2012 16:37:18 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/987 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/northbridge/intel/sandybridge/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc index 79aa6ea42c..87a0b2efef 100644 --- a/src/northbridge/intel/sandybridge/Makefile.inc +++ b/src/northbridge/intel/sandybridge/Makefile.inc @@ -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 -- cgit v1.2.3