aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-01-19 15:20:20 -0500
committerRalph Siemsen <ralph.siemsen@linaro.org>2022-01-19 15:20:35 -0500
commit31aed2b5d2660f9674db6fb917f749b557ed360a (patch)
tree334f893d7008c6c404a9d05555cfb9ccb92e4722
parent50ab38e758647ee67f26b3f743665c591bcb83f8 (diff)
se: fix u-boot path for am64x
Change-Id: Ib2c5acb568ed0e7b99dba8aa1da16ecd787c8d3d Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
-rwxr-xr-xschneider-openembedded/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/schneider-openembedded/builders.sh b/schneider-openembedded/builders.sh
index fe2ef31803..67363fe15c 100755
--- a/schneider-openembedded/builders.sh
+++ b/schneider-openembedded/builders.sh
@@ -478,7 +478,7 @@ case "${MACHINE}" in
WIC_BMAP=$(find ${DEPLOY_DIR_IMAGE} -type f -name "dev-image-${MACHINE}-${BUILD_NUMBER}.rootfs.wic.bmap" | xargs -r basename)
# The following images will have their size reported to SQUAD
- UBOOT=$(find ${DEPLOY_DIR_IMAGE}/u-boot -type f -name "u-boot-${MACHINE}-*.img")
+ UBOOT=$(find ${DEPLOY_DIR_IMAGE} -type f -name "u-boot-${MACHINE}-*.img")
UBOOT_IMG=$(basename ${UBOOT})
#UBOOT_FIT=$(find ${DEPLOY_DIR_IMAGE}/u-boot -type f -name "u-boot-${MACHINE}-*.img")
#UBOOT_FIT_IMG=$(basename ${UBOOT_FIT})