summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-10 13:19:24 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-10 13:20:49 +0200
commit4c0660be2ad11a2897cd765970ca4e0ecc737438 (patch)
treea5a32ab923af7dba618346c3fb85675e4de50e5a
parentc14c03825bb617d8923d1c677a64a5a44ab48d4e (diff)
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 <laurent.pinchart@ideasonboard.com>
-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