aboutsummaryrefslogtreecommitdiff
path: root/ledge/ts/builders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ledge/ts/builders.sh')
-rwxr-xr-xledge/ts/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledge/ts/builders.sh b/ledge/ts/builders.sh
index 9ef225502a..3591ef40c2 100755
--- a/ledge/ts/builders.sh
+++ b/ledge/ts/builders.sh
@@ -53,7 +53,7 @@ case ${MACHINE} in
;;
synquacer)
find ${DEPLOY_DIR_IMAGE} -name scp_romramfw_release.bin -type f -exec cp -rvfL --remove-destination {} ${UPLOAD_DIR_IMAGE} \;
- find ${DEPLOY_DIR_IMAGE} -name u-boot.bin -type f -exec cp -rvfL --remove-destination {} ${UPLOAD_DIR_IMAGE} \;
+ find ${DEPLOY_DIR_IMAGE} -name u-boot.bin -type l -exec cp -rvfL --remove-destination {} ${UPLOAD_DIR_IMAGE} \;
find ${DEPLOY_DIR_IMAGE} -name fip_all_arm_tf_optee.bin -type f -exec cp -rvfL --remove-destination {} ${UPLOAD_DIR_IMAGE} \;
find ${DEPLOY_DIR_IMAGE} -name tee-pager_v2.bin -type f -exec cp -rvfL --remove-destination {} ${UPLOAD_DIR_IMAGE} \;
;;