public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] avr32/bootm: remove unused variable 'ret'
@ 2008-11-11  5:08 Jean-Christophe PLAGNIOL-VILLARD
  2008-11-11  5:09 ` [U-Boot] [PATCH] avr32/cmd_bdinfo: fix printf() format warnings Jean-Christophe PLAGNIOL-VILLARD
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-11  5:08 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

diff --git a/lib_avr32/bootm.c b/lib_avr32/bootm.c
index 556e3ea..03ab8d1 100644
--- a/lib_avr32/bootm.c
+++ b/lib_avr32/bootm.c
@@ -176,7 +176,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 	void	(*theKernel)(int magic, void *tagtable);
 	struct	tag *params, *params_start;
 	char	*commandline = getenv("bootargs");
-	int	ret;
 
 	if ((flag != 0) && (flag != BOOTM_STATE_OS_GO))
 		return 1;
-- 
1.5.6.5

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

end of thread, other threads:[~2008-12-08 22:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-11  5:08 [U-Boot] [PATCH] avr32/bootm: remove unused variable 'ret' Jean-Christophe PLAGNIOL-VILLARD
2008-11-11  5:09 ` [U-Boot] [PATCH] avr32/cmd_bdinfo: fix printf() format warnings Jean-Christophe PLAGNIOL-VILLARD
2008-11-11 15:11   ` Dirk Behme
2008-11-11 15:49     ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-08 22:22       ` Wolfgang Denk
2008-11-13  8:08 ` [U-Boot] [PATCH] avr32/bootm: remove unused variable 'ret' Haavard Skinnemoen
2008-12-08 22:23   ` Wolfgang Denk
2008-12-08 22:23 ` Wolfgang Denk

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