summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkflash.sh1
1 files changed, 0 insertions, 1 deletions
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