summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2011-01-07 13:51:35 +0000
committerMichal Marek <mmarek@suse.cz>2011-01-07 13:51:35 +0000
commit55c77dcdaaa7788826b13f2aad402c2967b795a6 (patch)
tree70360dd2fe28a098f8026249721d0c4cdab779d6 /scripts
parentf4e7e39cd48f764a3aa1b4f93b437e5f462d6be7 (diff)
parentbc91c9f313309915f6ec767f56f78dcd0305b20f (diff)
Merge branch 'kbuild' into for-next
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkuboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh
index 2e3d3cd916b8..446739c7843a 100755
--- a/scripts/mkuboot.sh
+++ b/scripts/mkuboot.sh
@@ -11,7 +11,7 @@ if [ -z "${MKIMAGE}" ]; then
if [ -z "${MKIMAGE}" ]; then
# Doesn't exist
echo '"mkimage" command not found - U-Boot images will not be built' >&2
- exit 0;
+ exit 1;
fi
fi