aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2024-02-26 18:37:19 +0100
committerFabio Estevam <festevam@gmail.com>2024-03-04 08:18:13 -0300
commit867f97e1c4da2031fd485bf6fa89038c5739dfe4 (patch)
treef0d9aea8f5a5f44ad1f4d31973d1212840482c37
parentc2666fdab6f22914141e934cd06d967b91bbce10 (diff)
downloadu-boot-867f97e1c4da2031fd485bf6fa89038c5739dfe4.zip
u-boot-867f97e1c4da2031fd485bf6fa89038c5739dfe4.tar.gz
u-boot-867f97e1c4da2031fd485bf6fa89038c5739dfe4.tar.bz2
tools: imx9_image: Reword warning message.
If the optional `tee.bin` OP-TEE binary is missing, the image will still be functional. Adapt the warning message accordingly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 88dfcfe..ca78a57 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