From 67be7da934c860903c6a75348437607403e8002c Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Thu, 14 Mar 2024 16:41:56 +0100 Subject: [PATCH] u-boot-dey: cc6: fix typo in uuu install script Signed-off-by: Gonzalo Ruiz --- .../u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh index 8403a19b7..ccd0b05c6 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6sbc/install_linux_fw_uuu.sh @@ -208,7 +208,7 @@ fi # Verify existence of files before starting the update FILES="${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME}" if [ "${DUALBOOT}" != true ]; then - FILES"${INSTALL_RECOVERY_FILENAME}" + FILES="${FILES} ${INSTALL_RECOVERY_FILENAME}" fi for f in ${FILES}; do if [ ! -f ${f} ]; then