diff -ur a/scripts/mkuboot.sh b/scripts/mkuboot.sh --- a/scripts/mkuboot.sh 2022-03-11 05:22:37.000000000 -0600 +++ b/scripts/mkuboot.sh 2022-04-27 11:50:45.082879493 -0500 @@ -12,7 +12,7 @@ if [ -z "${MKIMAGE}" ]; then # Doesn't exist echo '"mkimage" command not found - U-Boot images will not be built' >&2 - exit 1; + exit 0; fi fi