[coreboot] New patch to review for coreboot: 4a2a115 Strip quotes from Sandybridge MRC blob

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed May 2 01:57:50 CEST 2012


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

-gerrit

commit 4a2a1152bdaea766df1de7645f2320d69fe10a57
Author: Stefan Reinauer <reinauer at chromium.org>
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 <reinauer at google.com>
---
 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




More information about the coreboot mailing list