diff mbox series

[2/2] tools: imx9_image: Reword warning message.

Message ID 20240226173719.25629-3-othacehe@gnu.org
State Accepted
Commit 867f97e1c4da2031fd485bf6fa89038c5739dfe4
Delegated to: Fabio Estevam
Headers show
Series Fix OP-TEE support | expand

Commit Message

Mathieu Othacehe Feb. 26, 2024, 5:37 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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