tools: imx9_image: Reword warning message.
authorMathieu Othacehe <othacehe@gnu.org>
Mon, 26 Feb 2024 17:37:19 +0000 (18:37 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 4 Mar 2024 11:18:13 +0000 (08:18 -0300)
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>
tools/imx9_image.sh

index 88dfcfe..ca78a57 100755 (executable)
@@ -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