Merge pull request #2543 from chewitt/cosmetics

mkimage: tweak uboot wording to match other messages
This commit is contained in:
Radostan Riedel 2018-03-05 10:21:31 +01:00 committed by GitHub
commit cd0335c100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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..."