mkimage: tweak uboot wording to match other messages

This commit is contained in:
chewitt 2018-03-03 17:39:04 +00:00
parent a067e2144d
commit 2180f4c85b

View File

@ -254,7 +254,7 @@ EOF
elif [ -f $PROJECT_DIR/$PROJECT/bootloader/mkimage ]; then
. $PROJECT_DIR/$PROJECT/bootloader/mkimage
else
echo "No specific mkimage script found. u-boot will not be written"
echo "image: skipping u-boot. no mkimage script found"
fi
echo "image: copying files to part1..."