sch: strip quotes around cmc.bin filename
authorPatrick Georgi <patrick.georgi@secunet.com>
Fri, 21 Oct 2011 11:56:04 +0000 (13:56 +0200)
committerPeter Stuge <peter@stuge.se>
Fri, 21 Oct 2011 14:14:38 +0000 (16:14 +0200)
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@secunet.com>
Reviewed-on: http://review.coreboot.org/305
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
src/southbridge/intel/sch/Makefile.inc

index 5d829dd31f773bb4f2aba7bc5aff3e749cc612b4..42ff877f8bb3fb285da6de470e93c9b0bbf3062b 100644 (file)
@@ -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