Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/987

-gerrit

commit 4a2a1152bdaea766df1de7645f2320d69fe10a57
Author: Stefan Reinauer <[email protected]>
Date:   Tue May 1 16:37:18 2012 -0700

    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 <[email protected]>
---
 src/northbridge/intel/sandybridge/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/northbridge/intel/sandybridge/Makefile.inc 
b/src/northbridge/intel/sandybridge/Makefile.inc
index b72e9fa..3dcbe2b 100644
--- a/src/northbridge/intel/sandybridge/Makefile.inc
+++ b/src/northbridge/intel/sandybridge/Makefile.inc
@@ -32,7 +32,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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to