[Buildroot] [Bug 9086] Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)

bugzilla at busybox.net bugzilla at busybox.net
Wed Jul 6 16:03:18 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=9086

--- Comment #2 from Jebodiah Sensai <dkaplan65 at gmail.com> ---
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 065bdf9..7c3512a 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -203,7 +203,7 @@ ifeq ($(BR2_TARGET_UBOOT_ZYNQ_IMAGE),y)
 define UBOOT_GENERATE_ZYNQ_IMAGE
        $(HOST_DIR)/usr/bin/python2 \
                $(HOST_DIR)/usr/bin/zynq-boot-bin.py \
-               -u $(@D)/$(firstword $(call
qstrip,$(BR2_TARGET_UBOOT_SPL_NAME)) \
+               -u $(@D)/$(firstword $(call
qstrip,$(BR2_TARGET_UBOOT_SPL_NAME))) \
                -o $(BINARIES_DIR)/BOOT.BIN
 endef
 UBOOT_DEPENDENCIES += host-zynq-boot-bin

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list