From 4c0660be2ad11a2897cd765970ca4e0ecc737438 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 10 Mar 2021 13:19:24 +0200 Subject: kflash: Don't rebuild image There's no need to rebuild the image in kflash, we only need to source the image type support script to get the correct image file name. Signed-off-by: Laurent Pinchart --- kflash.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/kflash.sh b/kflash.sh index 41dacb5..0a91ec1 100755 --- a/kflash.sh +++ b/kflash.sh @@ -114,7 +114,6 @@ _image_type=${image/:*/} if [[ -r "$kbuild_root/images/${_image_type}.sh" ]] ; then source "${kbuild_root}/images/${_image_type}.sh" || exit 1 - eval make_${_image_type}_image else _image_file=${_image_type} fi -- cgit v1.2.3