From 2180f4c85bf70943125db2b0564c0ad36d6a02b1 Mon Sep 17 00:00:00 2001 From: chewitt Date: Sat, 3 Mar 2018 17:39:04 +0000 Subject: [PATCH] mkimage: tweak uboot wording to match other messages --- scripts/mkimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkimage b/scripts/mkimage index 9a4e2f4e27..b99f12a279 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -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..."