linux-omap 2.6.37: replace various patch with upstream versions and rediff
[openembedded.git] / recipes / linux / linux-mtx-3-2.6.15 / 01-verbose-and-fatal-mkuboot.diff
blobddae010f8f51c58799324614d3bc8f99f257b3f3
1 --- linux-2.6.15.4.orig/scripts/mkuboot.sh 2006-10-05 13:56:39.000000000 +0200
2 +++ linux-2.6.15.4/scripts/mkuboot.sh 2006-10-05 14:03:25.000000000 +0200
3 @@ -6,10 +6,12 @@
5 MKIMAGE=$(type -path mkimage)
7 +echo "${MKIMAGE} $@"
9 if [ -z "${MKIMAGE}" ]; then
10 # Doesn't exist
11 echo '"mkimage" command not found - U-Boot images will not be built' >&2
12 - exit 0;
13 + exit 1;
16 # Call "mkimage" to create U-Boot image