[coreboot] New patch to review for coreboot: ac37481 sch: strip quotes around cmc.bin filename

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Oct 21 13:57:25 CEST 2011


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/305

-gerrit

commit ac37481fcfd03066cce04f08c1d523b923027c67
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Fri Oct 21 13:56:04 2011 +0200

    sch: strip quotes around cmc.bin filename
    
    This was mentioned several times already, how about we get it in?
    It avoids cbfstool to fail because path/to/"file" doesn't work.
    
    Change-Id: Ia01acbd78f81a5db890fd1573a2f3cbe1450562f
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/southbridge/intel/sch/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/southbridge/intel/sch/Makefile.inc b/src/southbridge/intel/sch/Makefile.inc
index 5d829dd..42ff877 100644
--- a/src/southbridge/intel/sch/Makefile.inc
+++ b/src/southbridge/intel/sch/Makefile.inc
@@ -37,6 +37,6 @@ romstage-$(CONFIG_USBDEBUG) += usb_debug.c
 
 # We don't ship that, but booting without it is bound to fail
 cbfs-files-$(CONFIG_HAVE_CMC) += cmc.bin
-cmc.bin-file := $(CONFIG_CMC_FILE)
+cmc.bin-file := $(call strip_quotes,$(CONFIG_CMC_FILE))
 cmc.bin-type := 0xaa
 cmc.bin-position := 0xfffd0000




More information about the coreboot mailing list