mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
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>
This commit is contained in:
parent
c2666fdab6
commit
867f97e1c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue