X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fmkuboot.sh;h=446739c7843ab0f28b4efcead8574cd5ac5bb3ac;hb=a1e8fad5900fa94adb500c6e0dfd60a307f7a3c9;hp=2e3d3cd916b88be452585478ac71b771999903b1;hpb=f03e1666d6164da6f098dc1a2e539eced3e4461a;p=karo-tx-linux.git 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