public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "mkuboot.sh: Fail if mkimage is missing"
@ 2011-08-25 11:53 Jiri Kosina
  2011-08-25 12:46 ` Roland Stigge
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2011-08-25 11:53 UTC (permalink / raw)
  To: Michal Marek, Roland Stigge; +Cc: linux-kernel

This reverts commit bc91c9f3.

It causes the whole build to fail when mkimage is not found. This doesn't
seem right, as the failure is not fatal for the rest of the build.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 scripts/mkuboot.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh
index 446739c..2e3d3cd 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 1;
+		exit 0;
 	fi
 fi
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-25 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25 11:53 [PATCH] Revert "mkuboot.sh: Fail if mkimage is missing" Jiri Kosina
2011-08-25 12:46 ` Roland Stigge
2011-08-25 18:19   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox