mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
boot/uboot: fix missing closing parenthesis
There was a typo in commit b05ff12b6cd38566003b99291a47a56cbd88f396 ("uboot: install multiple spl images"), leading to a missing closing parenthesis. This commit fixes this typo. Fixes bug #9086 Reported-by: Jebodiah Sensai <dkaplan65@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8e011f45bb
commit
61c26cc817
@ -203,7 +203,7 @@ ifeq ($(BR2_TARGET_UBOOT_ZYNQ_IMAGE),y)
|
|||||||
define UBOOT_GENERATE_ZYNQ_IMAGE
|
define UBOOT_GENERATE_ZYNQ_IMAGE
|
||||||
$(HOST_DIR)/usr/bin/python2 \
|
$(HOST_DIR)/usr/bin/python2 \
|
||||||
$(HOST_DIR)/usr/bin/zynq-boot-bin.py \
|
$(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
|
-o $(BINARIES_DIR)/BOOT.BIN
|
||||||
endef
|
endef
|
||||||
UBOOT_DEPENDENCIES += host-zynq-boot-bin
|
UBOOT_DEPENDENCIES += host-zynq-boot-bin
|
||||||
|
@ -17,5 +17,5 @@ config BR2_PACKAGE_TEKUI
|
|||||||
http://tekui.neoscientists.org/
|
http://tekui.neoscientists.org/
|
||||||
|
|
||||||
comment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
|
comment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
|
||||||
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS ||
|
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
BR2_STATIC_LIBS
|
BR2_STATIC_LIBS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user