summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-03-04 15:41:38 -0500
committerTom Rini <[email protected]>2024-03-04 15:41:38 -0500
commit773cb2bca7743406e34ab4f441fc0a8a0d200a19 (patch)
tree5836d6a54a6b9b8449e11eea4619f6747d6f29f1 /tools
parenteac52e4be4e234d563d6911737ee7ccdc0ada1f1 (diff)
parent9b9f022e7368cacafa368beaa7fadd931f2cfcdb (diff)
Merge tag 'u-boot-imx-master-20240304' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19817 - Fix i.MX93 OP-TEE support. - Use the container image for i.MX93 revision A1. - Fix display regression on opos6uldev.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/imx9_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx9_image.sh b/tools/imx9_image.sh
index 88dfcfe606c..ca78a57a19a 100755
--- a/tools/imx9_image.sh
+++ b/tools/imx9_image.sh
@@ -19,7 +19,7 @@ for f in $blobs; do
fi
if [ ! -f $tmp ]; then
- echo "WARNING '$tmp' not found, resulting binary is not-functional" >&2
+ echo "WARNING '$tmp' not found, resulting binary may be not-functional" >&2
# Comment-out the lines for un-existing files. This way,
# mkimage can keep working. This allows CI tests to pass even