[coreboot-gerrit] Patch set updated for coreboot: soc/qualcomm/ipq40xx: Invoke createxbl.py using `python`

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon May 9 16:38:10 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14653

-gerrit

commit 85e555db6695cd6726e34bda4492e84e1f2748f4
Author: David Hendricks <dhendrix at chromium.org>
Date:   Tue Apr 12 19:17:31 2016 -0700

    soc/qualcomm/ipq40xx: Invoke createxbl.py using `python`
    
    This avoids issues the Makefile can have when running the createxbl.py
    script directly.
    
    BUG=none
    BRANCH=none
    TEST="emerge-gale coreboot" works
    
    Change-Id: I78b6b0cd4d64c022cbe02fc40202da382e1f1ec7
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 5351abafcc4bfe5de74d3242a907e86d3aa94bbd
    Original-Change-Id: I87b8c9991cfc4d5a14903ec565e6a05281b00c82
    Original-Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/338652
---
 src/soc/qualcomm/ipq40xx/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq40xx/Makefile.inc b/src/soc/qualcomm/ipq40xx/Makefile.inc
index 511cd11..07ca023 100644
--- a/src/soc/qualcomm/ipq40xx/Makefile.inc
+++ b/src/soc/qualcomm/ipq40xx/Makefile.inc
@@ -55,7 +55,7 @@ ifeq ($(CONFIG_USE_BLOBS),y)
 $(objcbfs)/bootblock.bin: $(call strip_quotes,$(CONFIG_SBL_ELF)) \
 			   $(objcbfs)/bootblock.elf
 	@printf "    CRXBL      $(subst $(obj)/,,$(^)) $(subst $(obj)/,,$(@))\n"
-	@$(CONFIG_SBL_UTIL_PATH)/createxbl.py -f $(CONFIG_SBL_ELF) -s $(objcbfs)/bootblock.elf -o $@ -a 32 -b 32
+	@python $(CONFIG_SBL_UTIL_PATH)/createxbl.py -f $(CONFIG_SBL_ELF) -s $(objcbfs)/bootblock.elf -o $@ -a 32 -b 32
 
 endif
 



More information about the coreboot-gerrit mailing list